Macro crs_bind::io::eprint[][src]

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

Macro for printing to the standard error.

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

See eprint! for full documentation.

You may wish to use libc_print::std_name::* to use a replacement eprint! macro instead of this longer name.