?? crc16.h
字號:
#include <stdlib.h>
#ifndef __CRC16_LIB
#ifdef _DEBUG
#pragma comment( lib, "CRC16D.lib" )
#pragma message("CRC校驗CRC16D.lib...版權所有,作者:celxta")
#else
#pragma comment( lib, "CRC16.lib" )
#pragma message("CRC校驗CRC16.lib...版權所有,作者:celxta")
#endif
#endif //__DATA_REC_LIB
unsigned short CRC16(unsigned char * puchMsg, unsigned short usDataLen);
/*puchMsg : message to calculate CRC upon */
/*usDataLen : quantity of bytes in message */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -