Man page 9 : crc_ccitt Table des matières 1. NAME 2. SYNOPSIS 3. ARGUMENTS 4. COPYRIGHT "CRC_CCITT" "9" "August 2013" "Kernel Hackers Manual 3.10" "Basic Kernel Library Functions" Page d'accueil du man Cette page de documentation est issue d'une conversion automatique de developpez.com. Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon. N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires . Article lu fois. L'article Publié le 27 août 2013 1. NAME▲ crc_ccitt - recompute the CRC for the data buffer 2. SYNOPSIS ▲ u16 crc_ccitt(u16 crc , u8 const * buffer , size_t len ); 3. ARGUMENTS ▲ crc previous CRC value buffer data pointer len number of bytes in the buffer 4. COPYRIGHT ▲