[][src]Macro rustos::print

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

Print out the message on the VGA console.