Macro write_error

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

A macro for printing to progrmas buffer all error messages generated by the library.