]> git.lizzy.rs Git - zlib.git/blobdiff - examples/README.examples
Fix bug in gzwrite.c that produced corrupt gzip files.
[zlib.git] / examples / README.examples
index fddb8df1342ef4d0bed0759c13fe06f4c9c6d29c..56a31714e566aa29fd85dec5ea3a9716f558fefa 100644 (file)
@@ -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()