diff options
Diffstat (limited to 'sysinfoc.c.example')
-rw-r--r-- | sysinfoc.c.example | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysinfoc.c.example b/sysinfoc.c.example index 7da71ac..ba123a5 100644 --- a/sysinfoc.c.example +++ b/sysinfoc.c.example @@ -1,4 +1,2 @@ -sprintf(buffer,"C compiler : gcc version 2.7.2.3\n"); -output_string(buffer); -sprintf(buffer,"libc : libc.so.5.4.38\n"); -output_string(buffer); +printf("C compiler : gcc version 2.7.2.3\n"); +printf("libc : libc.so.5.4.38\n"); |