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