Macro libertyos_kernel::println[][src]

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