#include "zlib.h"
Go to the source code of this file.
Macros | |
| #define | ZLIB_INTERNAL |
Functions | |
| int ZEXPORT | uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
| int ZEXPORT | uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen) |
| #define ZLIB_INTERNAL |
Definition at line 8 of file zlib/uncompr.c.
Definition at line 86 of file zlib/uncompr.c.