_B_TRUE
typedef enum { _B_FALSE, _B_TRUE } boolean_t;
typedef enum { B_FALSE = 0, B_TRUE = 1, _B_FALSE = 0, _B_TRUE = 1 } boolean_t;