mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 17:39:58 +00:00
inserted a workaround for mac-os, see https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
58c58
|
||||
< const c_res = fprintf(c.stderr, "Hello C from Zig!");
|
||||
63c63
|
||||
< const c_res = fprintf(stderr, "Hello C from Zig!");
|
||||
---
|
||||
> const c_res = c.fprintf(c.stderr, "Hello C from Zig!");
|
||||
> const c_res = c.fprintf(stderr, "Hello C from Zig!");
|
||||
|
||||
Reference in New Issue
Block a user