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

11 lines
340 B
Plaintext

sprintf(buffer,"**System used for compilation:\n");
output_string(buffer);
sprintf(buffer,"**%SYSTEM%\n");
output_string(buffer);
sprintf(buffer,"**C compiler: %CCVERSION%\n");
output_string(buffer);
sprintf(buffer,"**libc: %LIBCVERSION%\n");
output_string(buffer);
sprintf(buffer,"**Date of compilation: %DATE%\n");
output_string(buffer);