macro_rules! sh_println {
($($arg:tt)*) => { ... };
}
Expand description
Macro to print a formatted message (with a newline) to stdout.
macro_rules! sh_println {
($($arg:tt)*) => { ... };
}
Macro to print a formatted message (with a newline) to stdout.