check for dev1650 and some minor polish
This commit is contained in:
parent
255e646b94
commit
7d129460cf
6 changed files with 12 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue