mud/lib/doc/efun/buffers/crc32
2020-09-06 05:43:07 -07:00

8 lines
243 B
Plaintext

crc32 - compute the cycle redundancy code for a buffer or string
int crc32( buffer | string x );
Computes and returns the CRC-32 code for the given buffer or string, `x'.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere