macutils/hexbin/crc.h

11 lines
284 B
C
Raw Normal View History

2018-03-23 00:30:02 +00:00
#define INITCRC binhex_crcinit
#include "../crc/crc.h"
2018-03-23 00:30:02 +00:00
extern uint32_t crc;
extern void comp_q_crc (register unsigned int c);
extern void comp_q_crc_n (register unsigned char *s, register unsigned char *e);
extern void verify_crc (unsigned long calc_crc, unsigned long file_crc);
2018-03-23 00:30:02 +00:00