[][src]Macro rttrust::kprintf

macro_rules! kprintf {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}