2013-02-16 16:14:39 -08:00

7 lines
109 B
C

#ifndef _CRC16_H
#define _CRC16_H
unsigned long CRC16(const unsigned char *buf, int size, int key);
#endif