fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

inftrees.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  code

Defines

#define ENOUGH   2048
#define MAXD   592

Enumerations

enum  codetype { CODES, LENS, DISTS }

Functions

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

Define Documentation

#define ENOUGH   2048

Definition at line 43 of file inftrees.h.

Referenced by inflate_table(), and inflateCopy().

#define MAXD   592

Definition at line 44 of file inftrees.h.

Referenced by inflate_table().


Enumeration Type Documentation

enum codetype
Enumerator:
CODES 
LENS 
DISTS 

Definition at line 47 of file inftrees.h.


Function Documentation

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