crc32.h 489 B

123456789
  1. #ifndef __CRC32_H__
  2. #define __CRC32_H__
  3. /*******************************************************************************************************/
  4. extern unsigned int crc32( const unsigned char *buf, unsigned int size);
  5. #endif
  6. /*******************************************************************************************************
  7. ** End Of File
  8. ********************************************************************************************************/