📄 ver.h
字号:
/*//// ver.h//// version and program information//// Copyright (c) 1995-96 Jim Nelson. Permission to distribute// granted by the author. No warranties are made on the fitness of this// source code.//*/#ifndef VER_H#define VER_H/*// program version number*/#define VER_MAJOR (1)#define VER_MINOR (12)extern const char *VER_STAGE;extern const char *PROGRAM_NAME;void DisplayHeader(void);void usage(void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -