?? rate_constants.h
字號:
#ifndef __INCrateconstantsh
#define __INCrateconstantsh
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
extern const A_UCHAR rateValues[];
extern const A_UCHAR rateCodes[];
extern const A_UINT16 numRateCodes;
extern A_UINT32 descRate2bin(A_UINT32 descRateCode);
extern A_UINT32 rate2bin(A_UINT32 rateCode);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -