home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / unix / macutil2.sha / macutil / macunpack / bits_be.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  220 b   |  11 lines

  1. #define    BITBUFSIZ    16
  2.  
  3. extern unsigned int bit_be_bitbuf;
  4. extern char *bit_be_filestart;
  5. extern int bit_be_inbytes;
  6.  
  7. extern void bit_be_fillbuf();
  8. extern unsigned int bit_be_getbits();
  9. extern void bit_be_init_getbits();
  10.  
  11.