aboutsummaryrefslogtreecommitdiffstats
path: root/include/rstypes.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-02-02 18:20:53 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-02-02 18:27:43 +0300
commit8989b7dc005af7960aa66fd99b197a3b0b7a4fbc (patch)
tree55637fcffc4d60d2917df17521b7e8f059981b8c /include/rstypes.h
parent2d5e1fa41c65c70ad18c5912a79190d08e6d9e98 (diff)
Fixed formatting
Diffstat (limited to 'include/rstypes.h')
-rw-r--r--include/rstypes.h3
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;