]> icculus.org git repositories - icculus/xz.git/commit
Add two simple example programs.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 13 Jul 2010 16:55:50 +0000 (19:55 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 13 Jul 2010 16:55:50 +0000 (19:55 +0300)
commitbab0f01ed931f606b4675aa9f9331a17cec09bad
treee834f8b0b2d41d94966b1d05d3f08381c25352a6
parentc15c42abb3c8c6e77c778ef06c97a4a10b8b5d00
Add two simple example programs.

Hopefully these help a bit when learning the basics
of liblzma API. I plan to write detailed examples about
both basic and advanced features with lots of comments,
but these two examples are good have right now.

The examples were written by Daniel Mealha Cabrita. Thanks.
doc/examples/xz_pipe_comp.c [new file with mode: 0644]
doc/examples/xz_pipe_decomp.c [new file with mode: 0644]