diff options
Diffstat (limited to 'tinyc/win32/include/stdbool.h')
-rw-r--r-- | tinyc/win32/include/stdbool.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tinyc/win32/include/stdbool.h b/tinyc/win32/include/stdbool.h deleted file mode 100644 index 6ed13a611..000000000 --- a/tinyc/win32/include/stdbool.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -/* ISOC99 boolean */ - -#define bool _Bool -#define true 1 -#define false 0 - -#endif /* _STDBOOL_H */ |