q/lib/core/core_linux_arm.q

12 lines
No EOL
88 B
Text

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