Genesis-Plus-GX/libretro/scrc32.h
2012-07-10 01:51:14 +02:00

7 lines
131 B
C

#ifndef _S_CRC32_H
#define _S_CRC32_H
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
#endif