shithub: qk1

ref: e4b9648c5c76516ed1bae833f4a7ea426c86093a
dir: /qw/crc.h/

View raw version
void CRC_Init(unsigned short *crcvalue);
void CRC_ProcessByte(unsigned short *crcvalue, byte data);
unsigned short CRC_Value(unsigned short crcvalue);
unsigned short CRC_Block (byte *start, int count);