File: crc.h

package info (click to toggle)
macutils 2.0b3-17
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,256 kB
  • sloc: ansic: 12,737; makefile: 661
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#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();