Function origin::exit[][src]

pub fn exit(status: c_int) -> !
Expand description

Call all the functions registered with at_exit and .fini_array, and exit the program.