#ifndef CRC16_H__ #define CRC16_H__ unsigned short update_crc16(unsigned short crc, unsigned char c); #endif