summaryrefslogtreecommitdiff
path: root/sysinfoc.c.example
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfoc.c.example')
-rw-r--r--sysinfoc.c.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysinfoc.c.example b/sysinfoc.c.example
new file mode 100644
index 0000000..7da71ac
--- /dev/null
+++ b/sysinfoc.c.example
@@ -0,0 +1,4 @@
+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);