Function linux_api::exit::exit_raw

source ยท
pub fn exit_raw(val: i32) -> Result<(), Errno>
Expand description

Exits the current thread, setting val & 0xff as the exit code.