1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-26 20:26:03 +02:00
ziglings/patches/patches/093_hello_c.patch
2023-02-15 22:55:44 +01:00

5 lines
132 B
Diff

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