home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcc
/
v08n03
/
netwrk.exe
/
DOSRIFS.ZIP
/
RIFSSRC.ZIP
/
CRC32.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-14
|
173b
|
8 lines
#ifndef crc32_h
#define crc32_h
unsigned long far crc32(long crc, void *buf, unsigned length);
void far memswap(void *a, void *b, unsigned length);
#endif