Hacker News new | ask | show | jobs
by cassepipe 1997 days ago
printf in C makes use of variadic arguments (man 3 stdarg) which Zig does not allow (unless you are using a C function) for safety reasons.