q/lib/core/core_mac.q
2025-02-16 15:46:54 +01:00

8 lines
No EOL
66 B
Text

init() {
main.main()
exit()
}
exit() {
syscall(0x2000001, 0)
}