#ifndef _CRC16_h #define _CRC16_H void crc16ccitt_init(void); unsigned short crc16ccitt (unsigned char *data, int len); #endif