#[no_mangle] pub extern "C" fn sys_exit(status: i32) -> !
export-syscalls
sys_exit() causes normal process termination.
sys_exit()
Currently the status is unused and ignored.
status