[][src]Macro libc_print::eprint

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

Macro for printing to the standard error using the stdlib name.

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

See eprint! for full documentation.