macro_rules! print {
($($arg:tt)*) => { ... };
}Available on bare-metal only.
Expand description
Prints to the standard output.
Adapted from std::print.
macro_rules! print {
($($arg:tt)*) => { ... };
}Prints to the standard output.
Adapted from std::print.