diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-02-02 18:20:53 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-02-02 18:27:43 +0300 |
commit | 8989b7dc005af7960aa66fd99b197a3b0b7a4fbc (patch) | |
tree | 55637fcffc4d60d2917df17521b7e8f059981b8c /include/rstypes.h | |
parent | 2d5e1fa41c65c70ad18c5912a79190d08e6d9e98 (diff) |
Fixed formatting
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; |