rstubs::device

Macro println

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

Macro for printing to the kernel screen.

println!("Hello World!");