q/lib/core/core_linux_x86.q

12 lines
No EOL
88 B
Text

init() {
main.main()
exit()
}
exit() {
syscall(60, 0)
}
crash() {
syscall(60, 1)
}