q/lib/os/os_mac_x86.q
Eduard Urbach 6d15ff3a35
All checks were successful
/ test (push) Successful in 15s
Added ABI definitions
2025-07-05 11:33:53 +02:00

3 lines
No EOL
44 B
Text

exit(code int) {
syscall(0x2000001, code)
}