Genesis-Plus-GX/libretro/scrc32.h

7 lines
131 B
C
Raw Normal View History

2012-07-09 23:14:35 +02:00
#ifndef _S_CRC32_H
#define _S_CRC32_H
2012-07-10 01:51:14 +02:00
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
2012-07-09 23:14:35 +02:00
2012-07-10 01:51:14 +02:00
#endif