This commit is contained in:
parent
adfcd4b60c
commit
9b51680af5
8 changed files with 202 additions and 0 deletions
5
lib/io/write.q
Normal file
5
lib/io/write.q
Normal file
|
@ -0,0 +1,5 @@
|
|||
import os
|
||||
|
||||
write(buffer []byte) -> int {
|
||||
return os.write(0, buffer, len(buffer))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue