Macro eprint

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

Prints to the standard error.