crc32.h 162 B

1234567
  1. #ifndef _CRC32_H
  2. #define _CRC32_H
  3. extern unsigned long Crc32_ComputeBuf( unsigned long inCrc32, const void *buf,
  4. size_t bufLen );
  5. #endif /* _CRC32_H */