Macro ufmt_stdio::println
source · [−]macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Prints to the stdout with newline
macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Prints to the stdout with newline