Macro eprint

Source
macro_rules! eprint {
    (
        $($arg:tt)*
    ) => { ... };
}