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