45#include <bsp/consoleIo.h>
74# if defined(MSDOS) || defined(__STDC__) || defined(__cplusplus)
86# define MAX_MEM_LEVEL 8
88# define MAX_MEM_LEVEL 9
118# define OF(args) args
124typedef unsigned char Byte;
125typedef unsigned int uInt;
126typedef unsigned long uLong;
128typedef Byte FAR Bytef;
129typedef char FAR charf;
131typedef uInt FAR uIntf;
132typedef uLong FAR uLongf;
135 typedef void FAR *voidpf;
138 typedef Byte FAR *voidpf;
144#define ZLIB_VERSION "0.95P"
165typedef voidpf (*alloc_func) OF((voidpf
opaque, uInt items, uInt
size));
166typedef void (*free_func) OF((voidpf
opaque, voidpf address, uInt nbytes));
222#define Z_PARTIAL_FLUSH 1
223#define Z_FULL_FLUSH 2
224#define Z_SYNC_FLUSH 3
226#define Z_PACKET_FLUSH 5
230#define Z_STREAM_END 1
232#define Z_STREAM_ERROR (-2)
233#define Z_DATA_ERROR (-3)
234#define Z_MEM_ERROR (-4)
235#define Z_BUF_ERROR (-5)
238#define Z_BEST_SPEED 1
239#define Z_BEST_COMPRESSION 9
240#define Z_DEFAULT_COMPRESSION (-1)
244#define Z_HUFFMAN_ONLY 2
245#define Z_DEFAULT_STRATEGY 0
254extern char *zlib_version;
262extern int inflateInit OF((
z_stream *strm));
275extern int inflate OF((
z_stream *strm,
int flush));
325extern int inflateEnd OF((
z_stream *strm));
338extern int inflateInit2 OF((
z_stream *strm,
371extern int inflateSync OF((
z_stream *strm));
386extern int inflateReset OF((
z_stream *strm));
396extern int inflateIncomp OF((
z_stream *strm));
413extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
Definition: b1553brm.c:75
unsigned size
Definition: tte.h:1