summaryrefslogtreecommitdiff
path: root/sysinfo.c.template
blob: 775b39cbd57f8cb547571ee2b01f620cdde717c3 (plain)
1
2
3
4
5
printf("**System used for compilation:\n");
printf("**%SYSTEM%\n");
printf("**C compiler: %CCVERSION%\n");
printf("**libc: %LIBCVERSION%\n");
printf("**Date of compilation: %DATE%\n");