Function nc::exit

source ·
pub unsafe fn exit(status: i32) -> !
Expand description

Terminate current process.

§Example

unsafe { nc::exit(0); }