StandardProgramsLibrary with GCC compilers
Publicly Available Information on C Programming and GCC in general
https://en.wikipedia.org/wiki/GNU_Compiler_Collection
https://en.wikipedia.org/wiki/MinGW
https://en.wikipedia.org/wiki/List_of_compilers
https://en.wikibooks.org/wiki/GNU_C_Compiler_Internals
https://en.wikibooks.org/wiki/C_Programming
https://www.gnu.org/software/libc/manual/html_node/index.html#SEC_Contents
/********************************************************************************************************/ C program Compilation on Command Prompt
- gcc -o SumanKA_HelloWorld "SumanKA_HelloWorld.c"
- SumanKA_HelloWorld.exe
/********************************************************************************************************/
////////////////////////////////////////////////////////////////////////////////////////////////////////// Libraries Header file information
//////////////////////////////////////////////////////////////////////////////////////////////////////////