pfalcon / uzlib

Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Other
303 stars 82 forks source link

Old Readme API Documentation #44

Closed thekakester closed 1 year ago

thekakester commented 1 year ago

The readme mentions code like tinf_init(), but the example code uses uzlib_init(). tinf_init() is not found anywhere in this project other than the readme. Is this an old readme?