ziglings/patches/patches/093_hello_c.patch

4 lines
128 B
Diff

63c63
< const c_res = fprintf(stderr, "Hello C from Zig!");
---
> const c_res = c.fprintf(stderr, "Hello C from Zig!");