#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <stdarg.h>#include "zlib.h"
Go to the source code of this file.
Macros | |
| #define | BYE(...) |
| #define | CHUNK 16384 |
| #define | local static |
| #define | SET_BINARY_MODE(file) |
Functions | |
| char * | aprintf (char *fmt,...) |
| int | gzip_normalize (FILE *in, FILE *out, char **err) |
| int | main (void) |
| #define BYE | ( | ... | ) |