📄 ucri.h
字号:
// UCRI.H
// Reflection Interface for UnderC.
// Please note the location of the actual header,
// which is shared with the UC code base.
// UnderC Development Project, 2001-2002
#ifndef __UCRI_INC_H
#define __UCRI_INC_H
#ifdef __MS_BUILT
#lib $self
#else
#lib $self self.imp
#endif
#include "..\src\ucri.h"
#lib
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -