macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
CGA screen println, synchronized. NEVER use in prologue
macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}
CGA screen println, synchronized. NEVER use in prologue