This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question about gcc-4.4.4


Good day!
I use gcc-4.4.4 to compile C code. When I use glibc functions and miss
include headers, gcc still compile code. For example:


/*#inclide <stdio.h>*/
int main()
{
	printf("printf");
	return 0;
}

This mean that gcc not verify presence of function "printf" before
linking stage? Where I can read about this?

Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]