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