/* CRC16.H */ #ifndef _CRC16_H #define _CRC16_H unsigned short crc16(unsigned short crc, unsigned char *buf, size_t len ); #endif