Could someone say me where I can found the source file where are the definitions of the standard libraries?
For example, where is the file string.c that contains the definitions of the function prototyped in string.h? And above all, it exists?
Could someone say me where I can found the source file where are the
Share
its all in compilled state, some of maybe optimized by asm. You need find sources of your compiler to see definitions