Function process-exitpub

Source
:fn(pub) process-exit ( AnyInt  Never )
Description

Terminates the process with the given exit code; never returns. Wraps std::process::exit(code as i32).