macro_rules! debug { () => { ... }; ($msg:expr $(,)?) => { ... }; ($fmt:expr, $($arg:tt)+) => { ... }; }
In-kernel println() debugging.
println()