![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <stdio.h>#include <stdint.h>#include <inttypes.h>#include <stdbool.h>#include <lzma.h>Macros | |
| #define | IN_BUF_MAX 4096 |
| #define | OUT_BUF_MAX 4096 |
| #define | RET_OK 0 |
| #define | RET_ERROR_INIT 1 |
| #define | RET_ERROR_INPUT 2 |
| #define | RET_ERROR_OUTPUT 3 |
| #define | RET_ERROR_DECOMPRESSION 4 |
Functions | |
| int | xz_decompress (FILE *in_file, FILE *out_file) |
| int | main () |
| #define IN_BUF_MAX 4096 |
| #define OUT_BUF_MAX 4096 |
| #define RET_ERROR_DECOMPRESSION 4 |
| #define RET_ERROR_INIT 1 |
| #define RET_ERROR_INPUT 2 |
| #define RET_ERROR_OUTPUT 3 |
| #define RET_OK 0 |
| int main | ( | void | ) |
| int xz_decompress | ( | FILE * | in_file, |
| FILE * | out_file ) |