#include "zutil.h"
Classes | |
struct | internal_state |
Functions | |
const char *ZEXPORT | zlibVersion () |
uLong ZEXPORT | zlibCompileFlags () |
const char *ZEXPORT | zError (int err) |
voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void | zcfree (voidpf opaque, voidpf ptr) |
Variables | |
const char *const | z_errmsg [10] |
const char* ZEXPORT zError | ( | int | err | ) |
uLong ZEXPORT zlibCompileFlags | ( | ) |
const char* ZEXPORT zlibVersion | ( | ) |
const char* const z_errmsg[10] |
{ "need dictionary", "stream end", "", "file error", "stream error", "data error", "insufficient memory", "buffer error", "incompatible version", ""}