home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 642a.lha / huffman_v1.0 / encoders.h < prev    next >
Text File  |  1992-01-18  |  220b  |  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.