Xiqual 0.9.1

In file xitools/crc32.c:

ulong crc32_calc

(char* buf, size_t len)

Checksum a buffer of 8-byte characters.

Documentation

Checksum a buffer of 8-byte characters. This returns a CRC32 checksum of a textbuffer. It doesn't actually matter what the buffer contains; it's just summed one byte at a time.
Parameters:
- buf 8-byte character buffer
- len Length of the cahracter buffer
Author:
Gary S. Brown
See Also:
crc32_update()

Alphabetic index



This page was generated with the help of DOC++.