bool
typedef u_int bool;
#define bool _Bool
typedef enum { false, true } bool;
typedef _Bool bool;
#define bool _Bool
typedef boolean_t bool;
typedef boolean_t bool;
typedef _Bool bool;
bool
typedef _Bool bool;
typedef int bool;
#define bool int8_t