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