|
|
1.1 root 1: /* crc.h */
2:
3: void CRC_Init(unsigned short *crcvalue);
4: void CRC_ProcessByte(unsigned short *crcvalue, byte data);
5: unsigned short CRC_Value(unsigned short crcvalue);
6: unsigned short CRC_Block (byte *start, int count);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.