2 liblzma example programs
3 ========================
7 The examples are written so that the same comments aren't
8 repeated (much) in later files.
10 On POSIX systems, the examples should build by just typing "make".
12 The examples that use stdin or stdout don't set stdin and stdout
13 to binary mode. On systems where it matters (e.g. Windows) it is
14 possible that the examples won't work without modification.
19 01_compress_easy.c Multi-call compression using
22 02_decompress.c Multi-call decompression
24 03_compress_custom.c Like 01_compress_easy.c but using
28 04_compress_easy_mt.c Multi-threaded multi-call
29 compression using a compression