Xen Test Framework
stdbool.h
Go to the documentation of this file.
1 
6 #ifndef STDBOOL_H
7 #define STDBOOL_H
8 
9 typedef _Bool bool;
10 #define true 1
11 #define false 0
12 
13 #endif /* STDBOOL_H */
14 
15 /*
16  * Local variables:
17  * mode: C
18  * c-file-style: "BSD"
19  * c-basic-offset: 4
20  * tab-width: 4
21  * indent-tabs-mode: nil
22  * End:
23  */
_Bool bool
Definition: stdbool.h:9