[][src]Function wasi::wasi_snapshot_preview1::proc_exit

pub unsafe extern "C" fn proc_exit(rval: Exitcode) -> !

Terminate the process normally. An exit code of 0 indicates successful termination of the program. The meanings of other values is dependent on the environment.