fceux/crc32.h

2 lines
55 B
C

uint32 CalcCRC32(uint32 crc, uint8 *buf, uint32 len);