home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / VUNZIP.ZIP / CRC32.H < prev    next >
Encoding:
Text File  |  1990-01-31  |  120 b   |  8 lines

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