home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
share
/
DOS
/
ipxcopy
/
SRC.ZIP
/
SRC
/
CRC16.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-12
|
150 b
|
13 lines
/*
CRC16.H
*/
#ifndef _CRC16_H
#define _CRC16_H
unsigned short crc16(unsigned short crc, unsigned char *buf, size_t len );
#endif