Function nc::exit[][src]

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

Terminate current process.

nc::exit(0);