cfitsio  3390
Macros | Functions | Variables
inftrees.c File Reference
#include "zutil.h"
#include "inftrees.h"
Include dependency graph for inftrees.c:

Macros

#define MAXBITS   15
 

Functions

int ZLIB_INTERNAL 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 []
 

Macro Definition Documentation

#define MAXBITS   15

Function Documentation

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

Here is the caller graph for this function:

Variable Documentation

const char inflate_copyright[]
Initial value:
=
" inflate 1.2.5 Copyright 1995-2010 Mark Adler "