ref: 9d7854adca6f7c7bd9f83173e3ac4b0842b2aca1
dir: /qw/crc.h/
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);