#ifndef _CRC_ #define _CRC_ #include unsigned long CRC_Buffer(unsigned char *buffer,int len,unsigned long crc); unsigned long CRC_File(FILE *file); #endif