![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <zstd.h>
#include "common.h"
#include <pthread.h>
Data Structures | |
struct | compress_args |
Typedefs | |
typedef struct compress_args | compress_args_t |
Functions | |
int | main (int argc, const char **argv) |
typedef struct compress_args compress_args_t |