Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MTBL_CRC32C(3)							MTBL_CRC32C(3)

NAME
       mtbl_crc32c - calculate CRC32C checksum

SYNOPSIS
       #include	<mtbl.h>

       uint32_t	mtbl_crc32c(const uint8_t *buffer, size_t length);

DESCRIPTION
       The mtbl_crc32c() function calculates the CRC32C	checksum of a sequence
       of bytes	of length length. The buffer argument points to	the start of
       the sequence.

RETURN VALUE
       The CRC32C checksum.

				  01/31/2014			MTBL_CRC32C(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mtbl_crc32c&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help