Macro libertyos_kernel::println[][src]

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

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