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.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysinfo.c.example (limited to 'sysinfo.c.example') diff --git a/sysinfo.c.example b/sysinfo.c.example new file mode 100644 index 0000000..db650f0 --- /dev/null +++ b/sysinfo.c.example @@ -0,0 +1,10 @@ +sprintf(buffer,"**System used for compilation:\n"); +output_string(buffer); +sprintf(buffer,"**Linux mimi 2.0.31 #5 Thu Oct 23 10:02:08 CDT 1997 i486\n"); +output_string(buffer); +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); +sprintf(buffer,"**Date of compilation: Thu Nov 20 10:04:43 CST 1997\n"); +output_string(buffer); -- cgit v1.2.3