diff options
Diffstat (limited to 'include/rstypes.h')
-rw-r--r-- | include/rstypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rstypes.h b/include/rstypes.h index 5af5ec5..57bfb63 100644 --- a/include/rstypes.h +++ b/include/rstypes.h @@ -3,6 +3,9 @@ #include <stdint.h> +typedef void _0; +#define u0 bool + typedef uint8_t u8; typedef int8_t i8; typedef uint16_t u16; |