Type Bool
#include <minirel.h>
Bool is the boolean type defined as an int. Two macro TRUE and FALSE are defined as 1 and 0.
typedef int PageID;
#define TRUE 1
#define FALSE 0
bool, True, False, true, false are also defined by the old Minibase but please do not use those as it does not follow our coding convention.