XenevaOS
Loading...
Searching...
No Matches
stdbool.h
Go to the documentation of this file.
1
30#ifndef __STDBOOL_H__
31#define __STDBOOL_H__
32
33#ifndef __cplusplus
34
35#define bool _Bool
36#define true 1
37#define false 0
38
39#endif
40
41#define __bool_true_false_are_defined 1
42
43#endif