Macro cdns_rs::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.
macro_rules! write_error { ($($arg:tt)*) => { ... }; }
A macro for printing to progrmas buffer all error messages generated by the library.