Macro libc_print::eprint

source ·
macro_rules! eprint {
    ($($arg:tt)*) => { ... };
}
Expand description

Macro for printing to the standard error.

Does not panic on failure to write - instead silently ignores errors.

See eprint! for full documentation.