mirror of
https://github.com/wnayes/macutils.git
synced 2025-08-15 13:27:36 +00:00
11 lines
284 B
C
11 lines
284 B
C
#define INITCRC binhex_crcinit
|
|
|
|
#include "../crc/crc.h"
|
|
|
|
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);
|
|
|