Macro libertyos_kernel::print[][src]

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

Like the print! macro in the standard library, but prints to the VGA text buffer.