kernel
0.11.2
kernel
Macro
println
Copy item path
Source
macro_rules! println { ($fmt:expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }