This commit is contained in:
parent
917dc081b1
commit
ec4f774b64
2 changed files with 3 additions and 0 deletions
3
lib/io/write_mac_x86.q
Normal file
3
lib/io/write_mac_x86.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
write(buffer string) -> (written int) {
|
||||
return syscall(0x2000004, 1, buffer.ptr, buffer.len)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue