Moyka/PROJECT/libs/crc16.h
dimoniche f74fdcceac первый коммит
первый коммит
2019-05-27 23:42:26 +03:00

10 lines
162 B
C

#ifndef __CRC16_H__
#define __CRC16_H__
extern unsigned short crc16(unsigned char *buf, unsigned char len);
#define CRC16 crc16
#endif // #ifndef __CRC16_H__