6 lines
118 B
C
6 lines
118 B
C
#ifndef __CRC32H__
|
|
#define __CRC32H__
|
|
|
|
uint32_t osp_crc32(uint32_t crc, const unsigned char *p, uint32_t len);
|
|
|
|
#endif |