Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <stdio.h>
#include <zlib.h>
Go to the source code of this file.
Classes | |
struct | zfp |
Functions | |
off_t | zftello (zfp *zf) |
int | zfseeko (zfp *zf, off_t offset, int whence) |
char * | zfgets (char *line, int size, zfp *zf) |
int | zfputs (char *line, zfp *zf) |
zfp * | zfopen (const char *path, const char *mode) |
int | zfclose (zfp *zf) |
int | zfpeek (zfp *zf) |
int | zfeof (zfp *zf) |
int zfclose | ( | zfp * | zf | ) |
int zfeof | ( | zfp * | zf | ) |
char* zfgets | ( | char * | line, |
int | size, | ||
zfp * | zf | ||
) |
zfp* zfopen | ( | const char * | path, |
const char * | mode | ||
) |
int zfpeek | ( | zfp * | zf | ) |
int zfputs | ( | char * | line, |
zfp * | zf | ||
) |
int zfseeko | ( | zfp * | zf, |
off_t | offset, | ||
int | whence | ||
) |
off_t zftello | ( | zfp * | zf | ) |