summaryrefslogtreecommitdiff
path: root/src/stdbool/false.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdbool/false.h')
-rw-r--r--src/stdbool/false.h14
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)
+*/