Macro os::print

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

Print! to the host console using the format string and arguments.