crc.c File Reference
CRC table and support routines. More...
#include "crc.h"
Go to the source code of this file.
Functions | |
| uint16_t | crc16 (uint16_t crc, const void *buffer, size_t len) |
| This function implements the CRC 16 calculation on a buffer. | |
Variables | |
| const uint16_t | crc16tab [256] |
| crctab calculated by Mark G. | |
Detailed Description
CRC table and support routines.
- Version:
- Id
- crc.c 976 2007-10-31 16:02:23Z asterix
Definition in file crc.c.
Function Documentation
| uint16_t crc16 | ( | uint16_t | crc, | |
| const void * | buf, | |||
| size_t | len | |||
| ) |
Variable Documentation
| const uint16_t crc16tab[256] |
