Macro app_io::print

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

The main printing macro, which simply writes to the current task’s stdout stream.