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

Println! macro to the host console using the format string and arguments.