Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
01_compress_easy.c File Reference

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)
 

Detailed Description

Compress from stdin to stdout in multi-call mode.

Usage: ./01_compress_easy PRESET < INFILE > OUTFILE

Example: ./01_compress_easy 6 < foo > foo.xz

Function Documentation

◆ main()

int main ( int argc,
char ** argv )
extern