[][src]Macro libc_print::eprintln

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

Macro for printing to the standard error, with a newline, using the stdlib name.

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

See eprintln! for full documentation.