version.h
来自「kaffe Java 解释器语言,源码,Java的子集系统,开放源代码」· C头文件 代码 · 共 30 行
H
30 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?