// Library header file: boolean.h #undef TRUE #undef FALSE const int TRUE = 1; const int FALSE = 0; typedef int boolean;