Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | local static |
#define | TBLS 1 |
#define | DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
#define | DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 |
Funciones | |
const unsigned long FAR *ZEXPORT | get_crc_table () |
unsigned long ZEXPORT | crc32 (unsigned long crc, const unsigned char FAR *buf, unsigned len) |
#define DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 |
#define local static |
#define TBLS 1 |
unsigned long ZEXPORT crc32 | ( | unsigned long | crc, |
const unsigned char FAR * | buf, | ||
unsigned | len | ||
) |
const unsigned long FAR* ZEXPORT get_crc_table | ( | ) |