Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

Os.h

Go to the documentation of this file.
00001 // Outputfiles extension
00002 const char* OUTPUT_EXT = ".txt";
00003 
00004 // Pfadunterteiler
00005 #ifdef _WIN32
00006         const char* slash = "\\";
00007 #else
00008         const char* slash = "/";
00009 #endif
00010 
00011 #ifndef TRUE
00012 // for unix
00013 #define TRUE -1
00014 #define FALSE 0
00015 #endif
00016 

Generated on Tue Apr 26 14:42:42 2005 for rollingmill by doxygen 1.3.6