| 1249 | |
| 1250 | /** \brief Return the position associated with the last error. */ |
| 1251 | API_EXPORT(int) mupGetErrorPos(muParserHandle_t a_hParser) |
| 1252 | { |
| 1253 | return (int)AsParserTag(a_hParser)->exc.GetPos(); |
| 1254 | } |
| 1255 | |
| 1256 | |
| 1257 | API_EXPORT(muFloat_t*) mupCreateVar() |
nothing calls this directly
no test coverage detected