Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

IotrVersion.h

00001 #ifndef IOTRVERSIONH
00002 #define IOTRVERSIONH
00003 
00004 #define IOTRVERSIONMAJOR 0
00005 #define IOTRVERSIONMINOR 01
00006 #define IOTRVERSIONPATCHLEVEL 0
00007 
00008 #define IOTRVERSIONDATE "June 1, 2002"
00009 
00010 #ifdef __cplusplus
00011 extern "C"
00012 {
00013 #endif
00014   void printIotrVersionString();
00015   void getIotrVersionString( char buff[], int lbuff);
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 #endif

Generated on Wed Aug 27 10:03:41 2003 for iotr by doxygen1.2.18