📄 glbvar.h
字号:
#ifndef GLBVAR_H
#define GLBVAR_H
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
typedef struct _tagGlbVar
{
int nDebug;
int nShowHelpCn;
int nShowHelpEn;
int nShowVer;
int nSelfTest;
int nLocalTest;
int nOptCount;
char szOperation[COM_BUF_LEN];
char szOraSid[MIN_BUF_LEN];
char szOraBgProc[MIN_BUF_LEN];
#ifdef WIN32
int nWinBgProcStat;
#endif
char szDir[COM_BUF_LEN];
} GlbVar;
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -