diff options
Diffstat (limited to '')
-rw-r--r-- | examples/README.examples | 9 | ||||
-rw-r--r-- | test/example.c (renamed from examples/example.c) | 0 | ||||
-rw-r--r-- | test/minigzip.c (renamed from examples/minigzip.c) | 0 |
3 files changed, 0 insertions, 9 deletions
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 | |||
6 | - calculates the maximum table space used in inflate tree | 6 | - calculates the maximum table space used in inflate tree |
7 | construction over all possible Huffman codes | 7 | construction over all possible Huffman codes |
8 | 8 | ||
9 | example.c | ||
10 | usage examples of zlib | ||
11 | - used in zlib build Makefile for testing | ||
12 | |||
13 | fitblk.c | 9 | fitblk.c |
14 | compress just enough input to nearly fill a requested output size | 10 | compress just enough input to nearly fill a requested output size |
15 | - zlib isn't designed to do this, but fitblk does it anyway | 11 | - zlib isn't designed to do this, but fitblk does it anyway |
@@ -38,11 +34,6 @@ gzlog.h | |||
38 | and deflateSetDictionary() | 34 | and deflateSetDictionary() |
39 | - illustrates use of a gzip header extra field | 35 | - illustrates use of a gzip header extra field |
40 | 36 | ||
41 | minigzip.c | ||
42 | minimal implementation of gzip-like functionality using zlib | ||
43 | - used in zlib build Makefile for testing | ||
44 | - is not meant for and should not be used as a gzip replacement | ||
45 | |||
46 | zlib_how.html | 37 | zlib_how.html |
47 | painfully comprehensive description of zpipe.c (see below) | 38 | painfully comprehensive description of zpipe.c (see below) |
48 | - describes in excruciating detail the use of deflate() and inflate() | 39 | - describes in excruciating detail the use of deflate() and inflate() |
diff --git a/examples/example.c b/test/example.c index f515a48..f515a48 100644 --- a/examples/example.c +++ b/test/example.c | |||
diff --git a/examples/minigzip.c b/test/minigzip.c index 8317344..8317344 100644 --- a/examples/minigzip.c +++ b/test/minigzip.c | |||