Macro unix_print

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

Corresponds to std’s print!-macro