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:
Text File  |  1992-01-18  |  220 b   |  10 lines

  1. /*
  2.  * encoders.h - definitions for encoders.c
  3.  *
  4.  * Bruno Costa & Lucia Darsa - 14 Sep 90 - 14 Sep 90
  5.  */
  6.  
  7. unsigned long int huffman (long int frequency[], bitstream codes[]);
  8. int matchbit (int bit, bitstream codes[]);
  9.  
  10.