Go to the source code of this file.
Macros | |
#define | MAXBITS 15 |
Functions | |
int | inflate_table (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) |
Variables | |
const char | inflate_copyright [] |
#define MAXBITS 15 |
Definition at line 9 of file inftrees.c.
int inflate_table | ( | codetype | type, |
unsigned short FAR * | lens, | ||
unsigned | codes, | ||
code FAR * FAR * | table, | ||
unsigned FAR * | bits, | ||
unsigned short FAR * | work | ||
) |
Definition at line 32 of file inftrees.c.
const char inflate_copyright[] |
Definition at line 11 of file inftrees.c.