File: crc.h

package info (click to toggle)
macutils 2.0b3-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 812 kB
  • ctags: 1,436
  • sloc: ansic: 12,649; makefile: 656
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();