Macro tic80::trace

source ·
macro_rules! trace {
    ($text:literal) => { ... };
    ($text:literal, $($tt:tt)*) => { ... };
}