📄 rcsversion.h
字号:
/********************************************************************* Description: rcsversion.h* Library version number.** Derived from a work by Fred Proctor & Will Shackleford** Author:* License: LGPL Version 2* System: Linux* * Copyright (c) 2004 All rights reserved.** Last change: * $Revision: 1.5 $* $Author: paul_c $* $Date: 2005/05/23 16:34:34 $********************************************************************/#ifndef LIBVERSION_H#define LIBVERSION_H#define LIB_VERSION "5.1"#define LIB_MAJOR_VERSION (5)#define LIB_MINOR_VERSION (1)static const int lib_major_version = LIB_MAJOR_VERSION;static const int lib_minor_version = LIB_MINOR_VERSION;static const char __attribute__ ((unused)) * rcs_version_info_string = "@(#)" " $Info: NML Library version " LIB_VERSION " Compiled on " __DATE__ " at " __TIME__ " for Linux. $ \n";#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -