Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
ZLIB(3) | Library Functions Manual | ZLIB(3) |
NAME
libz - compression/decompression librarySYNOPSIS
[see zlib.h for full description]DESCRIPTION
The libz library is a general purpose data compression library. The code is thread safe. It provides in-memory compression and decompression functions, including integrity checks of the uncompressed data. This version of the library supports only one compression method (deflation).SEE ALSO
The Sortix zlib web site can be found at:- https://sortix.org/libz/
-
http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format)
- http://marknelson.us/1997/01/01/zlib-engine/
REPORTING PROBLEMS
Before reporting a problem, please check the libz web site to verify that you have the latest version of libz; otherwise, obtain the latest version and see if the problem still exists. Please read the FAQ at the website before asking for help.AUTHORS
This is Sortix libz. This is not zlib.14 Aug 2014 |