mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-28 12:51:40 +00:00
8 lines
158 B
C
8 lines
158 B
C
|
#ifndef _crc_h_
|
||
|
#define _crc_h_
|
||
|
|
||
|
extern unsigned short compute_crc (unsigned char *data, long length,
|
||
|
unsigned short seed);
|
||
|
|
||
|
#endif /* Not _crc_h_ */
|