summaryrefslogtreecommitdiff
path: root/sysinfo.c.template
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfo.c.template')
-rw-r--r--sysinfo.c.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysinfo.c.template b/sysinfo.c.template
new file mode 100644
index 0000000..c1a986c
--- /dev/null
+++ b/sysinfo.c.template
@@ -0,0 +1,10 @@
+sprintf(buffer,"**System used for compilation:\n");
+output_string(buffer);
+sprintf(buffer,"**%SYSTEM%\n");
+output_string(buffer);
+sprintf(buffer,"**C compiler: %CCVERSION%\n");
+output_string(buffer);
+sprintf(buffer,"**libc: %LIBCVERSION%\n");
+output_string(buffer);
+sprintf(buffer,"**Date of compilation: %DATE%\n");
+output_string(buffer);