sparreal_kernel

Macro print

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