inflateEnd
fn
int inflateEnd(z_stream * strm) nothrowFree inflate state and resources.
Parameters
strm | Pointer to z_stream. |
Returns
Z_OK on success, or an error code.
int inflateEnd(z_stream * strm) nothrowFree inflate state and resources.
strm | Pointer to z_stream. |