CLISH  0.7.3
types.h
1 /*
2  * types.h
3  */
12 #ifndef _lub_types_h
13 #define _lub_types_h
14 
18 typedef enum
19 {
20  BOOL_FALSE,
21  BOOL_TRUE
22 } bool_t;
23 
25 #endif /* _lub_types_h */
bool_t
Definition: types.h:18