Macro sh_eprint

Source
macro_rules! sh_eprint {
    ($($arg:tt)*) => { ... };
}
Expand description

Macro to print a formatted message to stderr.