00001 00006 #ifndef BOOL 00007 00014 #define BOOL int 00015 00016 #endif 00017 00018 #ifndef FALSE 00019 00025 #define FALSE 0 00026 00027 #endif 00028 00029 #ifndef TRUE 00030 00036 #define TRUE 1 00037 00038 #endif 00039