crc32.h 117 B

1234567
  1. #ifndef _CRC32_H
  2. #define _CRC32_H
  3. unsigned int
  4. xcrc32(const unsigned char *buf, int len, unsigned int init);
  5. #endif