tklog

Macro fatal

Source
macro_rules! fatal {
    () => { ... };
    ($($arg:expr),*) => { ... };
}