q/lib/io/write_linux_x86.q
Eduard Urbach d1ce1ef839
Some checks failed
/ test (push) Failing after 31s
Implemented compilation to SSA form
2025-06-23 00:09:52 +02:00

3 lines
No EOL
84 B
Text

write(buffer []byte) -> (written int) {
return syscall(1, 0, buffer, len(buffer))
}