Macro rustsbi::println[][src]

macro_rules! println {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}

Prints to the legacy debug console, with a newline.

This is only supported when there exists legacy extension; otherwise platform caller should use an early kernel input/output device declared in platform specific hardware.