FreeBASIC  0.91.0
LZW_ENTRY Struct Reference

#include <fb_gfx_lzw.h>

Data Fields

short code
 
unsigned short prefix
 
unsigned char value
 

Detailed Description

Definition at line 44 of file fb_gfx_lzw.h.

Field Documentation

short LZW_ENTRY::code

Definition at line 46 of file fb_gfx_lzw.h.

unsigned short LZW_ENTRY::prefix

Definition at line 47 of file fb_gfx_lzw.h.

unsigned char LZW_ENTRY::value

Definition at line 48 of file fb_gfx_lzw.h.


The documentation for this struct was generated from the following file: