summaryrefslogtreecommitdiff
path: root/sysinfo.c.template
blob: c1a986cb900c192644fc535239d0d306b0a9b0d0 (plain)
1
2
3
4
5
6
7
8
9
10
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);