#include "zutil.h"Go to the source code of this file.
Compounds | |
| struct | internal_state |
Functions | |
| void exit | OF ((int)) |
| const char *ZEXPORT | zlibVersion () |
| const char *ZEXPORT | zError (err) int err |
| void free | OF ((voidpf ptr)) |
| voidpf | zcalloc (opaque, items, size) voidpf opaque |
Variables | |
| const char * | z_errmsg [10] |
| const Bytef * | source |
| uInt | len |
| const Bytef * | s2 |
| unsigned | items |
| unsigned | size |
| voidpf | ptr |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 29 of file zutil.c. 00030 {
00031 return ZLIB_VERSION;
00032 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
"need dictionary",
"stream end",
"",
"file error",
"stream error",
"data error",
"insufficient memory",
"buffer error",
"incompatible version",
""} |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001