macro_rules! debug_print {
($($arg:tt)*) => { ... };
}
Expand description
Like std::debug_print!
, except backed by seL4_DebugPutChar
.
macro_rules! debug_print {
($($arg:tt)*) => { ... };
}
Like std::debug_print!
, except backed by seL4_DebugPutChar
.