From 1bd2fa1b241d24dc444f17d217429780f0b657c0 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 9 Oct 2011 09:50:48 -0700 Subject: Move example.c and minigzip.c to examples/ directory. --- examples/README.examples | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples/README.examples') diff --git a/examples/README.examples b/examples/README.examples index 56a3171..fddb8df 100644 --- a/examples/README.examples +++ b/examples/README.examples @@ -6,6 +6,10 @@ 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 @@ -34,6 +38,11 @@ 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() -- cgit v1.2.3-55-g6feb