1 /* stdbool.h for GNU. */
3 #define __STDBOOL_H__ 1
5 /* The type `bool' must promote to `int' or `unsigned int'. The constants
6 `true' and `false' must have the value 0 and 1 respectively. */
13 /* The names `true' and `false' must also be made available as macros. */
17 /* Signal that all the definitions are present. */
18 #define __bool_true_false_are_defined 1
20 #endif /* stdbool.h */