mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
7 lines
131 B
C
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
|