sel4

Macro debug_print

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

Like std::debug_print!, except backed by seL4_DebugPutChar.