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