home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / unzip_c.arj / CRC32.H < prev    next >
Text File  |  1990-03-18  |  110b  |  8 lines

  1.  
  2. unsigned long crc32val;
  3.  
  4. void UpdateCRC();
  5.  
  6.  /* update running CRC calculation with contents of a buffer */
  7.  
  8.