linux_api::exit

Function exit_raw

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

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