fceux/crc32.h

2 lines
55 B
C
Raw Normal View History

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