00001 //--------------------------------------------------------------------------- 00002 // 00003 // crc16.h 00004 // 00005 //--------------------------------------------------------------------------- 00006 00007 #ifndef CRC16_H 00008 #define CRC16_H 00009 int compute_crc16(const char* buffer,int bufferLength); 00010 #endif // CRC16_H 00011 00012