diff options
Diffstat (limited to 'src/stdbool/false.c')
| -rw-r--r-- | src/stdbool/false.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdbool/false.c b/src/stdbool/false.c index 15f292d6..0259936d 100644 --- a/src/stdbool/false.c +++ b/src/stdbool/false.c @@ -1,6 +1,14 @@ #include <stdbool.h> + +/** boolean false constant **/ + #define false (0) +/*** +is the false value for the type TYPE(_Bool). +***/ + /* +VALUE_FIXED(0) STDC(199901) */ |
