diff options
Diffstat (limited to 'lib/bool/bool.h')
| -rw-r--r-- | lib/bool/bool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bool/bool.h b/lib/bool/bool.h index be2cbd4..c2c6171 100644 --- a/lib/bool/bool.h +++ b/lib/bool/bool.h @@ -1,6 +1,8 @@ +/* #include "lib/int/stdint.h" #define false 0 #define true !false #define bool uint8_t +*/ |
