diff options
Diffstat (limited to 'include/bool.h')
| -rw-r--r-- | include/bool.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/bool.h b/include/bool.h deleted file mode 100644 index d122b85..0000000 --- a/include/bool.h +++ /dev/null @@ -1,13 +0,0 @@ - -#ifndef BOOL_H - -#define BOOL_H - -#include "main.h" - -#define bool_t int - -#define TRUE 1 -#define FALSE 0 - -#endif |