home *** CD-ROM | disk | FTP | other *** search
-
- This is a modest pc-specific (Turbo-C src) hack of the 'crc'
- utility distributed with the Forsberg RZSZ archive.
-
- 'crc' produces output like so:
-
- 4EAE9CF6 9286 crc.c
- 2FE3A26D 11246 crc.com
- 3D720701 457 read.me
-
- where a 32-bit CRC value is followed by filesize and name.
-
- The version of 'crc' included here differs from the RZSZ dis-
- tribution in the following ways:
-
- 1. large block reads are substituted for getchar to speed
- things up.
-
- 2. There is an alternative crc calculation function written
- in 386 ASM. When a 386 cpu is detected, this function
- is substituted for the regular c function. This decreases
- runtime by about 60 percent.
-
- Should you recompile...
-
- * link with Borland wildargs.obj for filename expansion
- * define ASM386 if you want the 386 assembly lang. stuff
-
- Ray Berry
- Bellevue WA
- 2/25/90
-