q/lib/os/os_mac.q
Eduard Urbach 0ece1b092e
All checks were successful
/ test (push) Successful in 15s
Implemented liveness analysis
2025-07-04 19:06:47 +02:00

3 lines
No EOL
44 B
Text

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