| 1480 | } |
| 1481 | |
| 1482 | const char *mz_version(void) { return MZ_VERSION; } |
| 1483 | |
| 1484 | int mz_deflateInit(mz_streamp pStream, int level) { |
| 1485 | return mz_deflateInit2(pStream, level, MZ_DEFLATED, MZ_DEFAULT_WINDOW_BITS, 9, |
nothing calls this directly
no outgoing calls
no test coverage detected