aboutsummaryrefslogtreecommitdiff
path: root/src/shared/stdbool.h
diff options
context:
space:
mode:
authorMarvin Borner2020-06-17 18:31:46 +0200
committerMarvin Borner2020-06-17 18:31:46 +0200
commiteed77bd2970a00d1394ed027ceca5b646e4671ce (patch)
treec44643d98aed2b6818f2b33417c0dea9c5853094 /src/shared/stdbool.h
parent49dfa1f4021026bf7c4d77817959c8aa24067016 (diff)
Started rewrite
Diffstat (limited to 'src/shared/stdbool.h')
-rw-r--r--src/shared/stdbool.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/shared/stdbool.h b/src/shared/stdbool.h
deleted file mode 100644
index 733ec28..0000000
--- a/src/shared/stdbool.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MELVIX_STDBOOL_H
-#define MELVIX_STDBOOL_H
-
-typedef int bool;
-
-#define true 1
-#define false 0
-
-// For the strange people in the world
-#define TRUE 1
-#define FALSE 0
-
-#endif \ No newline at end of file