This commit is contained in:
nub31
2026-02-28 23:19:57 +01:00
parent 270be1f740
commit 16d27c76ab
7 changed files with 47 additions and 22 deletions

5
examples/core/sys.nub Normal file
View File

@@ -0,0 +1,5 @@
module sys
export extern func read(fd: u32 buf: ^u8 count: u64): i64
export extern func write(fd: u32 buf: ^u8 count: u64): i64
export extern func open(fileName: ^u8 flags: i32 mode: u16): i64