Macro errf

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