source:
CIVL/mods/dev.civl.abc/src/include/abc/stdbool.h@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 180 bytes | |
| Line | |
|---|---|
| 1 | /* stdbool.h - Standard header for booleans */ |
| 2 | #ifndef _STDBOOL_ |
| 3 | #define _STDBOOL_ |
| 4 | #define bool _Bool |
| 5 | #define true 1 |
| 6 | #define false 0 |
| 7 | #define __bool_true_false_are_defined 1 |
| 8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
