From 84f4b4a9c7a780859e21d6f04e1152ae66fb30e9 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 19 Feb 2023 00:00:08 +0100 Subject: small improvements in hello_c --- patches/patches/093_hello_c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') 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); -- cgit v1.2.3-70-g09d2