Macro wedpr_println

Source
macro_rules! wedpr_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Prints debug output that can be disabled by setting a global flag.