exit
exit fn(exit_code: u32)
Terminates the calling process.
Parameters
exit_code: u32
The exit code to report to the parent process.
exit fn(exit_code: u32)
Terminates the calling process.
exit_code: u32
The exit code to report to the parent process.