Macro os::print

source ·
macro_rules! print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}