home *** CD-ROM | disk | FTP | other *** search
/ Los Alamos National Laboratory / LANL_CD.ISO / software / compres / src / huff_wor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-21  |  53 b   |  7 lines

  1. struct huff_word {
  2.  
  3.     int nbit;
  4.     int *word;
  5.  
  6. };
  7.