3 lines
No EOL
89 B
Text
3 lines
No EOL
89 B
Text
write(fd int, buffer *byte, length int) -> int {
|
|
return syscall(1, fd, buffer, length)
|
|
} |