| 1198 | |
| 1199 | |
| 1200 | API_EXPORT(void) mupSetErrorHandler(muParserHandle_t a_hParser, muErrorHandler_t a_pHandler) |
| 1201 | { |
| 1202 | AsParserTag(a_hParser)->errHandler = a_pHandler; |
| 1203 | } |
| 1204 | |
| 1205 | |
| 1206 | /** \brief Return the message associated with the last error. */ |
nothing calls this directly
no test coverage detected