[][src]Macro mars_vga::println

macro_rules! println {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}