redox::debug!
[−]
[src]
macro_rules! debug { ($($arg:tt)*) => ({ $crate::debug::debug(format!($($arg)*)); }); }
Debug to console
macro_rules! debug { ($($arg:tt)*) => ({ $crate::debug::debug(format!($($arg)*)); }); }
Debug to console