![]() |
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg. 00002 // Licensed under the GNU GPL Version 2. 00003 00004 #ifndef __SYSINFO_H 00005 #define __SYSINFO_H 00006 00007 namespace dolfin { 00008 00009 void sysinfo(); 00010 00011 void sysinfo_user(char* string); 00012 void sysinfo_date(char* string); 00013 void sysinfo_host(char* string); 00014 void sysinfo_mach(char* string); 00015 void sysinfo_name(char* string); 00016 void sysinfo_vers(char* string); 00017 00018 void sysinfo_dolfin(char* string); 00019 00020 } 00021 00022 #endif
Documentation automatically generated with Doxygen on 10 Sep 2004.