ide.h

来自「UC Library Extensions UnderC comes wi」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __IDE_H#define __IDE_Hnamespace IDE  {long cmd(int cmd, long extra=0);bool reconnect();void initialize();void message();
void ucw_shut_down();void finished();void breakpoint();void error();
void bring_to_front(void* handle);void set_blocking(bool yesno);}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?