![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Macros | |
#define | local static |
#define | RAWLEN 4096 /* intermediate uncompressed buffer size */ |
#define | EXCESS 256 /* empirically determined stream overage */ |
#define | MARGIN 8 /* amount to back off for completion */ |
Functions | |
local void | quit (char *why) |
local int | partcompress (FILE *in, z_streamp def) |
local int | recompress (z_streamp inf, z_streamp def) |
int | main (int argc, char **argv) |
#define EXCESS 256 /* empirically determined stream overage */ |
#define local static |
#define MARGIN 8 /* amount to back off for completion */ |
#define RAWLEN 4096 /* intermediate uncompressed buffer size */ |
local void quit | ( | char * | why | ) |