q/lib/io/write_linux_arm.q
Eduard Urbach 3301cf5542
All checks were successful
/ test (push) Successful in 15s
Improved ssa compiler
2025-07-02 16:55:24 +02:00

3 lines
No EOL
88 B
Text

write(buffer string) -> (written int) {
return syscall(64, 1, buffer.ptr, buffer.len)
}