Macro ostd::early_println

source ยท
macro_rules! early_println {
    () => { ... };
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description

Prints to the console, with a newline.