#ifndef BOOL_H # define BOOL_H # define bool_t int # define TRUE 1 # define FALSE 0 # include "main.h" #endif