exit_raw

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.