macutils/hexbin/crc.h

11 lines
274 B
C
Raw Permalink 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 (uint32_t calc_crc, uint32_t file_crc);
2018-03-23 00:30:02 +00:00