[][src]Macro rustsbi::println

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

Prints to the debug console, with a newline.