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

5 lines
158 B
Plaintext

sprintf(buffer,"C compiler : %CCVERSION%\n");
output_string(buffer);
sprintf(buffer,"libc : %LIBCVERSION%\n");
output_string(buffer);