Function cloudabi::proc_exit [] [src]

pub unsafe fn proc_exit(rval_: exitcode) -> !

Terminates the process normally.

Parameters

rval: The exit code returned by the process. The exit code can be obtained by other processes through event.union.proc_terminate.exitcode.