Docs: Add new example programs.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 14 Jun 2012 07:52:33 +0000 (10:52 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 14 Jun 2012 07:52:33 +0000 (10:52 +0300)
commit3a0c5378abefaf86aa39a62a7c9682bdb21568a1
tree2ce6cc67b02009b36955b7d6e9b134ae1ce40821
parent1bd2c2c553e30c4a73cfb82abc6908efd6be6b8d
Docs: Add new example programs.

These have more comments than the old examples and
human-readable error messages. More tutorial-like examples
are needed but these are a start.
doc/examples/00_README.txt [new file with mode: 0644]
doc/examples/01_compress_easy.c [new file with mode: 0644]
doc/examples/02_decompress.c [new file with mode: 0644]
doc/examples/03_compress_custom.c [new file with mode: 0644]
doc/examples/Makefile [new file with mode: 0644]