hexen2/H2W/Client/crc.h

7 lines
210 B
C
Raw Normal View History

2000-11-10 00:00:00 +00:00
/* crc.h */
void CRC_Init(unsigned short *crcvalue);
void CRC_ProcessByte(unsigned short *crcvalue, byte data);
unsigned short CRC_Value(unsigned short crcvalue);
int CRC_Block (byte *start, int count);