.\"compute the cyclic redundacy code for a buffer or string .DT crc32 $MUDNAME$ driver help crc32 .SH Name .SI 5 crc32() - compute the cycle redundancy code for a buffer or string .EI .SH Synopsis .SI 5 int crc32( buffer | string x ); .EI .SH Description .SP 5 5 Computes and returns the CRC-32 code for the given buffer or string, `x'. .EP