shithub: qk1

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