clang: lib/Headers/stdbool.h File Reference (original) (raw)
Go to the source code of this file.
Macros | |
---|---|
#define | __bool_true_false_are_defined 1 |
#define | bool _Bool |
#define | true 1 |
#define | false 0 |
Macro Definition Documentation
◆ __bool_true_false_are_defined
#define __bool_true_false_are_defined 1
Definition at line 13 of file stdbool.h.
◆ bool
#define bool _Bool
Definition at line 24 of file stdbool.h.
◆ false
#define false 0
Definition at line 26 of file stdbool.h.
◆ true
#define true 1