[][src]Macro libc_print::libc_ewriteln

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

Macro for printing a static string to the standard error, with a newline.

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