?? zdebug.h
字號:
/***********************************************************************zdebug.h - macros for debuggingCopyright (C) 1991 Dean RubineThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License. See ../COPYING forthe full agreement.**********************************************************************/extern char _zdebug_flag[];#define Z(f) if(_zdebug_flag[f] > 0)#define ZZ(f) if(_zdebug_flag[f] >= 2)#define ZZZ(f) if(_zdebug_flag[f] >= 3)#define ZZZZ(f) if(_zdebug_flag[f] >= 4)extern double kludge[];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -