starina_api

Macro print

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

Prints a string without a newline.