4 lines
132 B
Diff
4 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!");
|