home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Recommendations - 1998 Season 1
/
DNBCD4.iso
/
share
/
DOS
/
ipxcopy
/
SRC.ZIP
/
SRC
/
CRC32.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-04-06
|
147 b
|
13 lines
/*
CRC32.H
*/
#ifndef _CRC32_H
#define _CRC32_H
unsigned long crc32(unsigned long crc, unsigned char *buf, size_t len);
#endif