prodef.inc
来自「一个不错的用C写的解压缩源代码 想要学习或者想要交老师作业的 那就快快下吧,」· INC 代码 · 共 13 行
INC
13 行
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
{$S+} {Stack checking}
{$R+} {Range checking}
{$D+} {Global debug information}
{$L+} {Local debug information}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?