diff options
| author | Chris Boesch <[email protected]> | 2023-02-19 00:00:08 +0100 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-02-19 00:00:08 +0100 |
| commit | 84f4b4a9c7a780859e21d6f04e1152ae66fb30e9 (patch) | |
| tree | a0b5874ccb759581a769e30ff83fedfaa87c5d5c /patches | |
| parent | 23f2cc88d268ecc1ed0cd5f70a315b02f94ff21b (diff) | |
| download | ziglings-84f4b4a9c7a780859e21d6f04e1152ae66fb30e9.tar.xz ziglings-84f4b4a9c7a780859e21d6f04e1152ae66fb30e9.zip | |
small improvements in hello_c
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/093_hello_c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/093_hello_c.patch b/patches/patches/093_hello_c.patch index 60eeaf0..df9fbfb 100644 --- a/patches/patches/093_hello_c.patch +++ b/patches/patches/093_hello_c.patch @@ -1,4 +1,4 @@ 57c57 -< const c_res = write(2, "Hello C from Zig!", 17); +< const c_res = ???write(2, "Hello C from Zig!", 17); --- > const c_res = c.write(2, "Hello C from Zig!", 17); |
