/* CRC32.H */ #ifndef _CRC32_H #define _CRC32_H unsigned long crc32(unsigned long crc, unsigned char *buf, size_t len); #endif