2011-01-28 16:07:46 -08:00

5 lines
167 B
Plaintext

sprintf(buffer,"C compiler : gcc version 2.7.2.3\n");
output_string(buffer);
sprintf(buffer,"libc : libc.so.5.4.38\n");
output_string(buffer);