BizHawk/genplus-gx32/libretro/scrc32.h

7 lines
131 B
C
Raw Normal View History

2016-08-09 17:03:23 +00:00
#ifndef _S_CRC32_H
#define _S_CRC32_H
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
#endif