From a619dd631c367d60a06a28e81fec634c7d827308 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 28 Apr 2026 14:28:06 +0300 Subject: chore: Add safety checks and clean up code style --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.c') diff --git a/example.c b/example.c index 2f50152..4081c21 100644 --- a/example.c +++ b/example.c @@ -12,7 +12,7 @@ main() { Result status = R_Ok; for (usize i = 7; i <= 4830; i += 69) { - PRINT_NOTOK(V_pushp((void***)&hexes, S_printf(&t, "%x", i))); + PRINT_NOTOK(V_pushp((Vector**)&hexes, S_printf(&t, "%x", i))); } String all = S_printf(&g, "Total: %ld\n", V_count(hexes)); -- cgit v1.2.3