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