globals.h
来自「一个开源的JAVA虚拟机」· C头文件 代码 · 共 16 行
H
16 行
#ifndef __GLOBALS_H__#define __GLOBALS_H__#include <jpr/type.h>void define_attribute_name(const char *name);void define_class_annotation(const char *annotation);void define_field_annotation(ju2 index, const char *annotation);void define_method_annotation(ju2 index, const char *annotation);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?