1 2 3 4 5 6
#ifndef _CRC16_H_ #define _CRC16_H_ unsigned short crc16_ccitt(const char *buf, int len); #endif