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

Go to the source code of this file.

Macros

#define MAXBITS   15
 

Functions

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

Variables

const char inflate9_copyright []
 

Macro Definition Documentation

#define MAXBITS   15

Definition at line 9 of file inftree9.c.

Function Documentation

int inflate_table9 ( 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 inftree9.c.

Variable Documentation

const char inflate9_copyright[]
Initial value:
=
" inflate9 1.2.8 Copyright 1995-2013 Mark Adler "

Definition at line 11 of file inftree9.c.