This commit is contained in:
parent
2b703e9af2
commit
70c2da4a4d
40 changed files with 821 additions and 117 deletions
3
lib/io/write_mac.q
Normal file
3
lib/io/write_mac.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
write(buffer []byte) -> (written int) {
|
||||
return syscall(0x2000004, 1, buffer, len(buffer))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue