Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
inftrees.c File Reference
#include "zutil.h"
#include "inftrees.h"
Include dependency graph for inftrees.c:

Go to the source code of this file.

Macros

#define MAXBITS   15
 

Functions

int inflate_table (codetype type, unsigned short *lens, unsigned codes, code * *table, unsigned *bits, unsigned short *work)
 

Variables

char inflate_copyright []
 

Macro Definition Documentation

#define MAXBITS   15

Definition at line 9 of file inftrees.c.

Function Documentation

int inflate_table ( codetype  type,
unsigned short *  lens,
unsigned  codes,
code * *  table,
unsigned *  bits,
unsigned short *  work 
)

Definition at line 32 of file inftrees.c.

Variable Documentation

char inflate_copyright[]
Initial value:
=
" inflate 1.2.8 Copyright 1995-2013 Mark Adler "

Definition at line 11 of file inftrees.c.