ilya@debian:~$ gcc test.c ilya@debian:~$ g++ test.c test.c: In function `int main()': test.c:2: error: `printf' undeclared (first use this function) test.c:2: error: (Each undeclared identifier is reported only once for each function it appears in.)
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
хм... и правда работает...
Давненько я на голом C не писал.
Re: хм... и правда работает...