diff options
Diffstat (limited to 'sysinfo.c.template')
-rw-r--r-- | sysinfo.c.template | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysinfo.c.template b/sysinfo.c.template index 775b39c..b576f54 100644 --- a/sysinfo.c.template +++ b/sysinfo.c.template @@ -1,5 +1,2 @@ -printf("**System used for compilation:\n"); -printf("**%SYSTEM%\n"); -printf("**C compiler: %CCVERSION%\n"); -printf("**libc: %LIBCVERSION%\n"); -printf("**Date of compilation: %DATE%\n"); +printf("C compiler : %CCVERSION%\n"); +printf("libc : %LIBCVERSION%\n"); |