Macro usermode::println[][src]

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