beetle-psx-libretro/mednafen/cdrom/edc_crc32.h
2015-07-28 23:36:17 +02:00

17 lines
187 B
C

#ifndef _EDC_CRC32_H
#define _EDC_CRC32_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t EDCCrc32(const unsigned char*, int);
#ifdef __cplusplus
}
#endif
#endif