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