macutils/macunpack/crc.c

7 lines
107 B
C

#include "crc.h"
uint32_t crcinit;
uint32_t (*updcrc)(uint32_t icrc, unsigned char *icp, int32_t icnt);