[][src]Macro rustsbi::print

macro_rules! print {
    ($($arg:tt)*) => { ... };
}

Prints to the debug console.