Macro dprint

Source
macro_rules! dprint {
    ($s:expr) => { ... };
    ($($tt:tt)*) => { ... };
}
Expand description

Macro for printing to the DCC