📄 pcs_snd_tjbb1.h
字号:
#ifndef PCS_SND_TJBB1_H
#define PCS_SND_TJBB1_H
/*define the data structure of the 'TJBB'*/
typedef struct stTJBBInfo
{
char TJBB_Code[TJBB_CODE_LEN+1];
int nf;
int yf;
char bbnr[MAX_LINE_LEN+1];
unsigned long lg_Key;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -