![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Compress in multi-call mode using LZMA2 in multi-threaded mode. More...
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <lzma.h>
Functions | |
int | main (void) |
Compress in multi-call mode using LZMA2 in multi-threaded mode.
Usage: ./04_compress_easy_mt < INFILE > OUTFILE
Example: ./04_compress_easy_mt < foo > foo.xz
|
extern |