kolibrios/contrib/media/updf/include/crc32.h

9 lines
158 B
C
Raw Normal View History

long crc32val;
void UpdateCRC(unsigned char *s,
register int len);
/* update running CRC calculation with contents of a buffer */