#ifndef BOOL_H #define BOOL_H #include #ifndef TRUE #define TRUE true #endif #ifndef FALSE #define FALSE false #endif #endif