home *** CD-ROM | disk | FTP | other *** search
- To get the CRC of a block of data, declare a variable of type WORD
- and repeatedly call calccrc on the data block until all bytes have
- been checked. Initialize the CRC to 0 first. The resulting CRC
- will be the 16-bit CRC of the data.