ref: db9b193ab08b9e033e80887e31ac7cca8203d906
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);