Function origin::program::exit_immediately

source ·
pub fn exit_immediately(status: c_int) -> !
Expand description

Exit the program without calling functions registered with at_exit or with the .fini_array section.