?? crc.h
字號:
#ifndef __CRC_H__
#define __CRC_H__
extern Boolean IsMagic_CRC16(UInt16 crc);
extern Boolean IsValid_CRC16(UInt16 old_fcs, UInt16 crc);
extern UInt16 Add_CRC16(UInt16 crc, const Char *pdata, Int32 len);
extern UInt16 Get_CRC16(const Char *pdata, Int32 len);
#endif //__CRC_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -