diff options
Diffstat (limited to 'example.c')
| -rw-r--r-- | example.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |
