--- Error management --- */
| 22 | |
| 23 | /* --- Error management --- */ |
| 24 | unsigned HIST_isError(size_t code) { return ERR_isError(code); } |
| 25 | |
| 26 | /*-************************************************************** |
| 27 | * Histogram functions |
nothing calls this directly
no test coverage detected