Macro kprint

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