diff options
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/093_hello_c.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/patches/093_hello_c.patch b/patches/patches/093_hello_c.patch new file mode 100644 index 0000000..a0f62c2 --- /dev/null +++ b/patches/patches/093_hello_c.patch @@ -0,0 +1,4 @@ +63c63 +< const c_res = fprintf(stderr, "Hello C from Zig!"); +--- +> const c_res = c.fprintf(stderr, "Hello C from Zig!"); |
