diff options
Diffstat (limited to 'sysinfoc.c.template')
-rw-r--r-- | sysinfoc.c.template | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysinfoc.c.template b/sysinfoc.c.template index 922a5de..b576f54 100644 --- a/sysinfoc.c.template +++ b/sysinfoc.c.template @@ -1,4 +1,2 @@ -sprintf(buffer,"C compiler : %CCVERSION%\n"); -output_string(buffer); -sprintf(buffer,"libc : %LIBCVERSION%\n"); -output_string(buffer); +printf("C compiler : %CCVERSION%\n"); +printf("libc : %LIBCVERSION%\n"); |