home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN321SRC.ZIP / crc16.h < prev    next >
Text File  |  2004-07-11  |  197b  |  5 lines

  1. /* $Id: crc16.h,v 1.2 2004/07/11 09:32:05 ozzmosis Exp $ */
  2.  
  3. unsigned short CRC16DoByte(unsigned char byte, unsigned short CRCnow);
  4. unsigned short CRC16String(const char *str, unsigned short crc);
  5.