diff options
Diffstat (limited to 'src/stdbool/false.h')
| -rw-r--r-- | src/stdbool/false.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/stdbool/false.h b/src/stdbool/false.h new file mode 100644 index 00000000..0259936d --- /dev/null +++ b/src/stdbool/false.h @@ -0,0 +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) +*/ |
