MIDAS
|
#include <stdio.h>
#include <assert.h>
#include <zlib.h>
Go to the source code of this file.
Functions | |
ZEXTERN gzFile ZEXPORT gzopen | OF ((const char *path, const char *mode)) |
ZEXTERN int ZEXPORT gzread | OF ((gzFile file, voidp buf, unsigned len)) |
ZEXTERN int ZEXPORT gzclose | OF ((gzFile file)) |
Definition at line 11 of file fakezlib.cxx.
Definition at line 21 of file fakezlib.cxx.