1 2 3 4 5 6
#ifndef _CRC32_H_ #define _CRC32_H_ extern uint32_t crc32(uint32_t crc, unsigned char *buf, size_t len); #endif /* _CRC32_H_ */