Macro early_printer::print
source · macro_rules! print { ($($arg:tt)*) => { ... }; }
Expand description
Prints the formatted output to the early framebuffer writer, if it has been initialized.
macro_rules! print { ($($arg:tt)*) => { ... }; }
Prints the formatted output to the early framebuffer writer, if it has been initialized.