Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
zfio.h File Reference
#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)
 
zfpzfopen (const char *path, const char *mode)
 
int zfclose (zfp *zf)
 
int zfpeek (zfp *zf)
 
int zfeof (zfp *zf)
 

Function Documentation

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)