summaryrefslogtreecommitdiff
path: root/src/stdbool/true.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdbool/true.h')
-rw-r--r--src/stdbool/true.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/stdbool/true.h b/src/stdbool/true.h
new file mode 100644
index 00000000..b6288b05
--- /dev/null
+++ b/src/stdbool/true.h
@@ -0,0 +1,14 @@
+#include <stdbool.h>
+
+/** boolean true constant **/
+
+#define true (1)
+
+/***
+is the boolean true value for the type TYPE(_Bool).
+***/
+
+/*
+VALUE_FIXED(1)
+STDC(199901)
+*/