crc32.h 103 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 #ifndef _CRC32_H_ #define _CRC32_H_ unsigned int calculate_CRC_32(unsigned char *, unsigned); #endif