3 lines
No EOL
89 B
Text
3 lines
No EOL
89 B
Text
write(buffer string) -> (written int) {
|
|
return syscall(0x4, 1, buffer.ptr, buffer.len)
|
|
} |