--- Error management --- */
| 8201 | |
| 8202 | /* --- Error management --- */ |
| 8203 | unsigned HIST_isError(size_t code) { return ERR_isError(code); } |
| 8204 | |
| 8205 | /*-************************************************************** |
| 8206 | * Histogram functions |
nothing calls this directly
no test coverage detected