summaryrefslogtreecommitdiff
path: root/lib/bool/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bool/bool.h')
-rw-r--r--lib/bool/bool.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bool/bool.h b/lib/bool/bool.h
deleted file mode 100644
index c2c6171..0000000
--- a/lib/bool/bool.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-#include "lib/int/stdint.h"
-
-#define false 0
-#define true !false
-#define bool uint8_t
-*/
-