LZMA demo 0.01

LZMA demo is a small open source software designed as a demonstration of how to use the LZMA decoder and encoder library of the xz util package.To compile this tool, execute the following commands:gcc lzmapack.c -o lzmapack -llzmagcc lzmaunpack.c -o...