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