ali@0: #ifndef FALSE ali@0: #define FALSE 0 ali@0: #endif ali@0: ali@0: #ifndef TRUE ali@0: #define TRUE (!FALSE) ali@0: #endif