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