Macro unix_eprint

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

Corresponds to std’s eprint!-macro