crc32.h 135 B

123456
  1. #ifndef __CRC32_H
  2. #define __CRC32_H
  3. extern unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);
  4. #endif