| 2510 | |
| 2511 | unsigned HUF_isError(size_t code) { return ERR_isError(code); } |
| 2512 | const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } |
| 2513 | |
| 2514 | |
| 2515 | /*-************************************************************** |
nothing calls this directly
no test coverage detected