From 71ced998122c357bc62e54d9bb4e124c88acf94b Mon Sep 17 00:00:00 2001 From: nasr Date: Sun, 8 Mar 2026 21:01:43 +0000 Subject: refactor(main): worked on string handling in C and other stuff --- source/base/base_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/base/base_test.h') diff --git a/source/base/base_test.h b/source/base/base_test.h index 412797b..7619cfb 100644 --- a/source/base/base_test.h +++ b/source/base/base_test.h @@ -9,7 +9,7 @@ #define LEN(s) (sizeof(s) - 1) internal void -write_int(i32 num) +write_int(s32 num) { if (num < 0) -- cgit v1.3