Macro hermit::print[][src]

macro_rules! print {
    ($($arg:tt)+) => { ... };
}
Expand description

Print formatted text to our console.

From http://blog.phil-opp.com/rust-os/printing-to-screen.html, but tweaked for HermitCore.