📄 gaversion.h
字号:
/* ----------------------------------------------------------------------------
version.h
mbwall 10oct98
This is the header file to keep track of the versions and revisions of the
GA library. You can use the ident command to extract the version of galib
that you are using.
---------------------------------------------------------------------------- */
#ifndef _version_h_
#define _version_h_
static char *rcsid = "$Date: 1999/04/04 20:43:19 $ $Revision: 2.4.4 $";
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -