crc16(9) centos man page | unix.com

Man Page: crc16

Operating Environment: centos

Section: 9

CRC16(9)						  Basic Kernel Library Functions						  CRC16(9)

NAME
crc16 - compute the CRC-16 for the data buffer
SYNOPSIS
u16 crc16(u16 crc, u8 const * buffer, size_t len);
ARGUMENTS
crc previous CRC value buffer data pointer len number of bytes in the buffer
DESCRIPTION
Returns the updated CRC value.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CRC16(9)
Related Man Pages
crc16(n) - osx
crc16(n) - suse
digest::crc(3) - mojave
string::crc32(3) - centos
digest::crc5.18(3) - mojave
Similar Topics in the Unix Linux Community
C++ to C
Missing Modules After Compiling Kernel