rustubs

Macro print

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

CGA screen print, synchronized. NEVER use in prologue