Macro wyz::exit

source ·
macro_rules! exit {
    () => { ... };
    ( $num:expr $(,)? ) => { ... };
    ( $num:expr, $fmt:expr $( , $arg:expr )* $(,)? ) => { ... };
}
Expand description

exit! macro