CLISH
0.7.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
lub
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
bool_t
Definition:
types.h:18
Generated by
1.8.6