Function sp1_lib::syscall_halt
source ยท pub unsafe extern "C" fn syscall_halt(exit_code: u8) -> !Expand description
Halts the program with the given exit code.
pub unsafe extern "C" fn syscall_halt(exit_code: u8) -> !Halts the program with the given exit code.