beetle-psx-libretro/scrc32.h

7 lines
131 B
C
Raw Normal View History

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