diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-08 21:01:43 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-08 21:01:43 +0000 |
| commit | 71ced998122c357bc62e54d9bb4e124c88acf94b (patch) | |
| tree | 746fca3d71a8640478ad6b6f4429a19f4dfbbda8 /source/base/base_test.h | |
| parent | f8f24f8c67fe903e267ab29bb2fbb9d334a722de (diff) | |
refactor(main): worked on string handling in C and other stuff
Diffstat (limited to 'source/base/base_test.h')
| -rw-r--r-- | source/base/base_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 9 | #define LEN(s) (sizeof(s) - 1) | 9 | #define LEN(s) (sizeof(s) - 1) |
| 10 | 10 | ||
| 11 | internal void | 11 | internal void |
| 12 | write_int(i32 num) | 12 | write_int(s32 num) |
| 13 | { | 13 | { |
| 14 | 14 | ||
| 15 | if (num < 0) | 15 | if (num < 0) |
