Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | local static /* for local function definitions */ |
#define | MAXBITS 13 /* maximum code length */ |
#define | MAXWIN 4096 /* maximum window size */ |
Functions | |
local int | bits (struct state *s, int need) |
local int | decode (struct state *s, struct huffman *h) |
local int | construct (struct huffman *h, const unsigned char *rep, int n) |
local int | decomp (struct state *s) |
int | blast (blast_in infun, void *inhow, blast_out outfun, void *outhow) |
#define local static /* for local function definitions */ |
Definition at line 33 of file blast.c.
Referenced by construct(), decode(), and decomp().
#define MAXWIN 4096 /* maximum window size */ |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.