Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
puff.h File Reference

Go to the source code of this file.

Macros

#define NIL   ((unsigned char *)0) /* for no output option */
 

Functions

int puff (unsigned char *dest, unsigned long *destlen, const unsigned char *source, unsigned long *sourcelen)
 

Macro Definition Documentation

◆ NIL

#define NIL   ((unsigned char *)0) /* for no output option */

Definition at line 29 of file puff.h.

Referenced by codes(), main(), and stored().

Function Documentation

◆ puff()

int puff ( unsigned char *  dest,
unsigned long destlen,
const unsigned char *  source,
unsigned long sourcelen 
)

Definition at line 793 of file puff.c.

References bits(), dynamic(), fixed(), and stored().

Referenced by main().