7 lines
169 B
C
7 lines
169 B
C
![]() |
#ifndef __LIBRETRO_CRC32_H
|
||
|
#define __LIBRETRO_CRC32_H
|
||
|
|
||
|
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
|
||
|
|
||
|
#endif /* __LIBRETRO_CRC32_H
|