00001 /* This holds the StdHep version so it can also be accessed by C */ 00002 00003 #ifdef __cplusplus 00004 extern "C" { 00005 #endif 00006 00007 struct StdHepVer { 00008 char version[10]; /* version numver */ 00009 char date[20]; /* date of this version */ 00010 } StdHepVersion; 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif