macro_rules! libc_writeln {
($arg:expr) => { ... };
}Expand description
Macro for printing a static string to the standard output, with a newline.
Does not panic on failure to write - instead silently ignores errors.
macro_rules! libc_writeln {
($arg:expr) => { ... };
}Macro for printing a static string to the standard output, with a newline.
Does not panic on failure to write - instead silently ignores errors.