boolean
typedef xchar boolean; /* 0 or 1 */
#define boolean char
typedef int boolean;
#define boolean(v) ((short)(intptr_t)(v))