exit
exit fn(code: u32 = 0)
Terminates the calling process.
Parameters
code: u32
The exit code to report to the parent process. By default, a succesful exit 0 will be reported.
exit fn(code: u32 = 0)
Terminates the calling process.
code: u32
The exit code to report to the parent process. By default, a succesful exit 0 will be reported.