Macro ostd::early_print
source ยท macro_rules! early_print { ($fmt: literal $(, $($arg: tt)+)?) => { ... }; }
Expand description
Prints to the console.
macro_rules! early_print { ($fmt: literal $(, $($arg: tt)+)?) => { ... }; }
Prints to the console.