NVBIO
|
Go to the source code of this file.
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) |
int | zfpeek (zfp *zf) |
int | zfeof (zfp *zf) |
zfp * | zfopen (const char *path, const char *mode) |
int | zfclose (zfp *zf) |