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 >
C/C++ Source or Header  |  1994-05-14  |  173b  |  8 lines

  1. #ifndef crc32_h
  2. #define crc32_h
  3.  
  4. unsigned long far crc32(long crc, void *buf, unsigned length);
  5. void          far memswap(void *a, void *b, unsigned length);
  6.  
  7. #endif
  8.