From ebad5ad23dc6893b0fb75ba04aa961a25a532b5f Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Fri, 28 Jun 2024 00:06:40 +0300 Subject: Finished hash_map implementation TODO: fix that one linked list function --- tests/types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/types.c') diff --git a/tests/types.c b/tests/types.c index 4320e8d..94d6cbe 100644 --- a/tests/types.c +++ b/tests/types.c @@ -1,7 +1,8 @@ #include +#define RS_TYPES_USE_128 #include "../include/rstypes.h" -i32 main() { +i32 main(void) { u8 a = 215; i8 b = -127; u16 c = 65535; -- cgit v1.2.3-70-g09d2