Macro rstubs::device::print

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

Macro for printing to the kernel screen.

print!("Hello World!");