patch_seq_exit_op

Function patch_seq_exit_op 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_exit_op(stack: Stack) -> !
Expand description

Exit the program with a status code

Stack effect: ( exit_code – )

§Safety

Stack must have an Int on top. Never returns.