sel4_panicking_env

Macro debug_println

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

Like std::println!, except backed by debug_put_char.