![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "zstd_zlibwrapper.h"#include <stdio.h>Macros | |
| #define | _POSIX_SOURCE /* fileno */ |
| #define | SET_BINARY_MODE(file) |
| #define | GZ_SUFFIX ".gz" |
| #define | SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) |
| #define | BUFLEN 16384 |
| #define | MAX_NAME_LEN 1024 |
| #define | local |
Functions | |
| int unlink | _Z_OF ((const char *)) |
| void error | _Z_OF ((const char *msg)) |
| void gz_compress | _Z_OF ((FILE *in, gzFile out)) |
| void gz_uncompress | _Z_OF ((gzFile in, FILE *out)) |
| void file_compress | _Z_OF ((char *file, char *mode)) |
| void file_uncompress | _Z_OF ((char *file)) |
| int main | _Z_OF ((int argc, char *argv[])) |
| void | error (char *msg) const |
| void | gz_compress (FILE *in, gzFile out) |
| void | gz_uncompress (gzFile in, FILE *out) |
| void | file_compress (char *file, char *mode) |
| void | file_uncompress (char *file) |
| int | main (int argc, argv) |
Variables | |
| char * | prog |
| #define _POSIX_SOURCE /* fileno */ |
| #define BUFLEN 16384 |
| #define GZ_SUFFIX ".gz" |
| #define local |
| #define MAX_NAME_LEN 1024 |
| #define SET_BINARY_MODE | ( | file | ) |
| #define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) |
| void file_uncompress _Z_OF | ( | (char *file) | ) |
| void file_compress _Z_OF | ( | (char *file, char *mode) | ) |
| void gz_compress _Z_OF | ( | (FILE *in, gzFile out) | ) |
| void gz_uncompress _Z_OF | ( | (gzFile in, FILE *out) | ) |
| void error | ( | char * | msg | ) | const |
| void file_compress | ( | char * | file, |
| char * | mode ) |
| void file_uncompress | ( | char * | file | ) |
| void gz_compress | ( | FILE * | in, |
| gzFile | out ) |
| void gz_uncompress | ( | gzFile | in, |
| FILE * | out ) |
| char* prog |