refactor: Changed Result types return sytaxis

This commit is contained in:
2026-04-03 15:57:54 -06:00
parent a207018511
commit cf848f2e37
2 changed files with 17 additions and 65 deletions

View File

@@ -60,4 +60,7 @@ ArenaErr arena_ensure_capacity(Arena *arena, size_t size, size_t alignment);
bool mul_size_t_safe(size_t a, size_t b, size_t *out);
#endif // !ARENA_H