Annotation of quake2/qcommon/crc.h, revision 1.1.1.1

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);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.