📄 version.h
字号:
/* * version.h * * Copyright (c) 2000 The University of Utah. All rights Reserved. * * This file is distributed as is under the terms of the GNU General * Public License. */#ifndef KAFFE_KAFFE_VERSION_H#define KAFFE_KAFFE_VERSION_H#define JAVA_VERSION_STRING "1.1"#define JAVA_VERSION_HEX 0x00010001/* * Print copyright notice and simple version info (Java version, * engine type, etc). Prints to stderr. */void printShortVersion(void);/* * In addition to the short version, print ludicrous amounts of * information about the compile environment, configuration * options, etc. */void printFullVersion(void);#endif /* KAFFE_KAFFE_VERSION_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -