std::os

exit

fn void exit(int result) @weak @noreturn
Exit the process with a given exit code. This will typically call 'exit' in LibC

Parameters