Macro rstubs::device::println

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

Macro for printing to the kernel screen.

println!("Hello World!");