shithub: qk1

ref: ea674dba3ef926225384c525cba60ea03d1a18b5
dir: /qw/crc.h/

View raw version
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);