From eed77bd2970a00d1394ed027ceca5b646e4671ce Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Jun 2020 18:31:46 +0200 Subject: Started rewrite --- src/shared/stdbool.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/shared/stdbool.h (limited to 'src/shared/stdbool.h') 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 -- cgit v1.2.3