Function exit

Source
#[no_mangle]
pub unsafe extern "C" fn exit(exit_code: c_int) -> !
Expand description

Exits the current thread.