![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Compress from stdin to stdout in multi-call mode. More...
#include <stdbool.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <lzma.h>Functions | |
| int | main (int argc, char **argv) |
Compress from stdin to stdout in multi-call mode.
Usage: ./01_compress_easy PRESET < INFILE > OUTFILE
Example: ./01_compress_easy 6 < foo > foo.xz