A macro definition that maps to a type of integer.
#define BOOLEAN int
#define TRUE 1
#define FALSE 0
Remarks
By convention BOOLEAN variables are assigned values of TRUE or FALSE.
Header
Help URL: http://www.yourdomain.com/help/index.html?boolean.htm