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:
C/C++ Source or Header  |  1996-06-12  |  150 b   |  13 lines

  1. /*
  2.  
  3.    CRC16.H
  4.  
  5. */
  6.  
  7. #ifndef _CRC16_H
  8. #define _CRC16_H
  9.  
  10. unsigned short crc16(unsigned short crc, unsigned char *buf, size_t len );
  11.  
  12. #endif
  13.