Move example.c and minigzip.c to test/.

This commit is contained in:
Mark Adler
2011-11-21 18:56:02 -08:00
parent 0cbad869b0
commit 1b57de3aef
19 changed files with 45 additions and 52 deletions

4
FAQ
View File

@@ -44,8 +44,8 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
6. Where's the zlib documentation (man pages, etc.)?
It's in zlib.h . Examples of zlib usage are in the files example.c and
minigzip.c, with more in examples/ .
It's in zlib.h . Examples of zlib usage are in the files test/example.c
and test/minigzip.c, with more in examples/ .
7. Why don't you use GNU autoconf or libtool or ...?