Macro ufmt_stdio::uwriteln
source · [−]macro_rules! uwriteln {
($($proc_macro : tt) *) => { ... };
}
Expand description
Write formatted data into a buffer, with a newline appended
See uwrite!
for more details
macro_rules! uwriteln {
($($proc_macro : tt) *) => { ... };
}
Write formatted data into a buffer, with a newline appended
See uwrite!
for more details