CRC.h 96 B

1234567
  1. #ifndef CRC_H
  2. #define CRC_H
  3. unsigned int crc_calcu(unsigned char *p,unsigned int len);
  4. #endif