vexide_core

Macro print

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

Prints a message to the standard output.