Decompress zlib (deflate) data using fixed Huffman tables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | input_data(*) | |||
| integer, | intent(in) | :: | input_len | |||
| integer, | intent(out), | optional | :: | status | ||
| logical, | intent(in), | optional | :: | verify_checksum |