home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
assembler
/
thesource
/
volume1
/
utilities
/
crunchers
/
huffman.lha
/
huffman
/
encoders.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-01-18
|
220 b
|
10 lines
/*
* encoders.h - definitions for encoders.c
*
* Bruno Costa & Lucia Darsa - 14 Sep 90 - 14 Sep 90
*/
unsigned long int huffman (long int frequency[], bitstream codes[]);
int matchbit (int bit, bitstream codes[]);