Macro uucore::exit[][src]

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

Calls exit() with the provided exit code.