[][src]Macro libc_print::libc_ewrite

macro_rules! libc_ewrite {
    ($arg:expr) => { ... };
}

Macro for printing a static string to the standard error.

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