]> pd.if.org Git - lice/blobdiff - include/stdbool.h
autocommit for files dated 2014-11-17 20:15:26
[lice] / include / stdbool.h
diff --git a/include/stdbool.h b/include/stdbool.h
new file mode 100644 (file)
index 0000000..86c7963
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __STDBOOL_HDR
+#define __STDBOOL_HDR
+
+#define bool _Bool
+#define true 1
+#define false 0
+#define __bool_true_false_are_defined 1
+
+#endif