macro_rules! dprintln {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Like println!, but prints to the PSP screen.
macro_rules! dprintln {
() => { ... };
($($arg:tt)*) => { ... };
}Like println!, but prints to the PSP screen.