Macro kernel::print

source ·
macro_rules! print {
    ($($arg:tt)*) => { ... };
}
Expand description

Print to the debug console.