sparreal_kernel

Macro dbgln

Source
macro_rules! dbgln {
    () => { ... };
    ($v:expr) => { ... };
}