mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 16:30:01 +00:00
11 lines
215 B
C
11 lines
215 B
C
|
#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();
|
||
|
|