diff options
| author | Syndamia <kamen@syndamia.com> | 2026-04-28 14:28:06 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-05-12 07:08:56 +0300 |
| commit | a619dd631c367d60a06a28e81fec634c7d827308 (patch) | |
| tree | fecb09aa088d406df98658b57137a0ac3c19782e /example.c | |
| parent | 0d249b1d47a7f84cfe5f09ad070d1affd26566da (diff) | |
| download | foollib-a619dd631c367d60a06a28e81fec634c7d827308.tar foollib-a619dd631c367d60a06a28e81fec634c7d827308.tar.gz foollib-a619dd631c367d60a06a28e81fec634c7d827308.zip | |
chore: Add safety checks and clean up code style
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)); |
