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