shithub: qk1

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