I was wondering what standard C libraries contain all functions / definitions such as abs (), cout, printf streams, etc.
I am familiar with header files (stdio.h, cmath.h, time.h, etc. etc.), but there seems to be no matching .lib or .dll (i.e. stdio.lib , time.dll, etc.).
Where is the actual code for the functions in these header files? I do not understand something? Is there one huge lib file containing all the standardized materials, or one for each header?
Any help is appreciated !!
Thank!
source
share