Macro libc_print::libc_write

source ·
macro_rules! libc_write {
    ($arg:expr) => { ... };
}
Expand description

Macro for printing a static string to the standard output.

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