Macro libc_print::libc_eprint
source · macro_rules! libc_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.
You may wish to use libc_print::std_name::*
to use a replacement
eprint!
macro instead of this longer name.