macutils/hexbin/crc.h

11 lines
215 B
C
Raw Normal View History

2018-03-23 00:30:02 +00:00
#define INITCRC binhex_crcinit
extern unsigned long crc;
extern unsigned long binhex_crcinit;
extern unsigned long binhex_updcrc();
extern void comp_q_crc();
extern void comp_q_crc_n();
extern void verify_crc();