📄 plzero.h
字号:
////////////////////////////////////////////////////////////////////////////////// plzero.h//// Global header file. This file should only contain information that// is relevant to all the modules in the PL/0 compiler.//////////// UNUSED_PARAM// Simple macro to avoid unused parameter warnings issued// by the compiler. The statement essentially has no effect,// but will trick the compiler into thinking that the// variable has been used.#define UNUSED_PARAM(v) (v)=(v)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -