📄 gaversion.h
字号:
/* ---------------------------------------------------------------------------- version.h mbwall 10oct98 This is the header file to keep track of the versions and revisions of theGA library. You can use the ident command to extract the version and otherbuild information from the galib object file.---------------------------------------------------------------------------- */#ifndef _ga_version_h_#define _ga_version_h_#include "gaconfig.h"#define GALIB_LIBRARY_IDENTIFIER \ "$Date: 2004-12-29 11:24:43 -0500 (Wed, 29 Dec 2004) $"\ "$Revision: 43 $"\ "$Configuration: " GALIB_OS "-" GALIB_CPU "-" GALIB_COMPILER " $"const char* GAConfig();#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -