summaryrefslogtreecommitdiff
path: root/sysinfoc.c.template
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfoc.c.template')
-rw-r--r--sysinfoc.c.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysinfoc.c.template b/sysinfoc.c.template
new file mode 100644
index 0000000..922a5de
--- /dev/null
+++ b/sysinfoc.c.template
@@ -0,0 +1,4 @@
+sprintf(buffer,"C compiler : %CCVERSION%\n");
+output_string(buffer);
+sprintf(buffer,"libc : %LIBCVERSION%\n");
+output_string(buffer);