ziglings/patches/patches/093_hello_c.patch
2023-02-19 17:52:16 +01:00

4 lines
122 B
Diff

57c57
< const c_res = write(2, "Hello C from Zig!", 17);
---
> const c_res = c.write(2, "Hello C from Zig!", 17);