From 91b4edf69e5adf9c40edcaff38b880218b7b0d9d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 11 Nov 2008 21:27:09 +0000 Subject: Initial Import git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@1 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- sysinfo.c.template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysinfo.c.template (limited to 'sysinfo.c.template') 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); -- cgit v1.2.3