home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume35 / freeze / part03 / bitio.c next >
Text File  |  1993-02-21  |  165b  |  4 lines

  1. unsigned bitbuf = 0;    /* use native word size, it's faster */
  2. int     bitlen = 0, overrun = 0;
  3. long    bytes_out;      /* counter of bytes processed by PutBits */
  4.