Go to the source code of this file.
Defines | |
| #define | bool _Bool |
| The boolean type itself. | |
| #define | true 1 |
| Truth. | |
| #define | false 0 |
| Falsehood. | |
| #define | __bool_true_false_are_defined 1 |
| Daft define required by some GNU tools. | |
| #define __bool_true_false_are_defined 1 |
Daft define required by some GNU tools.
| #define bool _Bool |
The boolean type itself.
| #define false 0 |
Falsehood.
| #define true 1 |
Truth.
1.5.6