MAG Disk (Jun 1989) : CRC32.H
long crc32val;
void UpdateCRC(unsigned char *s,
register int len);
/* update running CRC calculation with contents of a buffer */
long crc32val;
void UpdateCRC(unsigned char *s,
register int len);
/* update running CRC calculation with contents of a buffer */
Created by Troy Davis 2006-2012. Some Rights Reserved.