macro_rules! dprintln {
() => { ... };
($s:expr) => { ... };
($s:expr, $($tt:tt)*) => { ... };
}Expand description
Macro for printing to the DCC, with a newline.
macro_rules! dprintln {
() => { ... };
($s:expr) => { ... };
($s:expr, $($tt:tt)*) => { ... };
}Macro for printing to the DCC, with a newline.