#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <zlib.h>
Defines | |
#define | DELIM ':' |
#define | SLASH '/' |
#define | ISSLASH(X) ((X)=='/') |
#define | FEND(X, Y) (strchr(X,Y)?strchr(X,Y):(X)+strlen(X)) |
#define | GR(X) gr( (char *) & (X), sizeof(X)) |
#define | SEEK_TO -1 |
#define | SEEK_SET 0 |
Functions | |
void | my_uncompress (char *file, int argc, char **argv) |
int | main (int argc, char **argv) |
Variables | |
gzFile | gz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|