Macro uucore::exit[][src]

macro_rules! exit {
    ($exit_code:expr) => { ... };
}

Calls exit() with the provided exit code.