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.
macro_rules! libc_write {
($arg:expr) => { ... };
}Macro for printing a static string to the standard output.
Does not panic on failure to write - instead silently ignores errors.