From 1d10a062e22858d187d053853b9fa82cda1a8cdc Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 19 Feb 2023 17:52:16 +0100 Subject: check for dev1650 and some minor polish --- 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 df9fbfb..60eeaf0 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