Macro writeln

Source
macro_rules! writeln {
    ($dst:expr) => { ... };
    ($dst:expr, $($arg:tt)*) => { ... };
}
Expand description

Write formatted data into a buffer, with a newline appended