macro_rules! println { ($($arg:tt)*) => { ... }; }
Expand description
Macro for printing to the kernel screen.
println!("Hello World!");
macro_rules! println { ($($arg:tt)*) => { ... }; }
Macro for printing to the kernel screen.
println!("Hello World!");