q/lib/os/os_linux_x86.q
Eduard Urbach 320e023d74
All checks were successful
/ test (push) Successful in 14s
Improved parameter handling
2025-06-21 21:28:21 +02:00

3 lines
No EOL
99 B
Text

write(fd int, buffer *byte, length int) -> (written int) {
return syscall(1, fd, buffer, length)
}