Function risc0_zkvm_platform::syscall::sys_exit
source ยท #[no_mangle]
pub extern "C" fn sys_exit(status: i32) -> !
Available on crate feature
export-syscalls
only.Expand description
sys_exit()
causes normal process termination.
Currently the status
is unused and ignored.