#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_exit(stack: Stack) -> StackExpand description
Exit the process with the given exit code
Stack effect: ( code – )
Exit code must be in range 0-255 for Unix compatibility. This function does not return.
§Safety
Stack must have an Int (exit code) on top.
Note: Returns Stack for LLVM ABI compatibility even though it never returns.