Macro rstubs::device::println

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

Macro for printing to the kernel screen.

println!("Hello World!");