X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=examples%2FREADME.examples;h=56a31714e566aa29fd85dec5ea3a9716f558fefa;hb=0b5c158cc717839956e541a99df9986423c4cae4;hp=fddb8df1342ef4d0bed0759c13fe06f4c9c6d29c;hpb=1bd2fa1b241d24dc444f17d217429780f0b657c0;p=zlib.git diff --git a/examples/README.examples b/examples/README.examples index fddb8df..56a3171 100644 --- a/examples/README.examples +++ b/examples/README.examples @@ -6,10 +6,6 @@ enough.c - calculates the maximum table space used in inflate tree construction over all possible Huffman codes -example.c - usage examples of zlib - - used in zlib build Makefile for testing - fitblk.c compress just enough input to nearly fill a requested output size - zlib isn't designed to do this, but fitblk does it anyway @@ -38,11 +34,6 @@ gzlog.h and deflateSetDictionary() - illustrates use of a gzip header extra field -minigzip.c - minimal implementation of gzip-like functionality using zlib - - used in zlib build Makefile for testing - - is not meant for and should not be used as a gzip replacement - zlib_how.html painfully comprehensive description of zpipe.c (see below) - describes in excruciating detail the use of deflate() and inflate()