Function nc::exit[][src]

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

Terminate current process.

nc::exit(0);