debug.h

来自「最经典的分子对结软件」· C头文件 代码 · 共 36 行

H
36
字号
/************************************************************ debug.h****   Jim Arnold, 21 April, 1999****   This file contains the public function prototypes**   for the debug module.**********************************************************/#ifndef DEBUG_HEADER#define DEBUG_HEADER/******************* mark globals *****************/#define   NUMBER_DEBUG_FLAGS   100extern int DB_STRUCT[];/**************** mark defs**************/typedef char STRING100[101];typedef char STRING200[201];/************************** ** mark prototypes public **************************/int DebugInitI(STRING100 dirS, STRING100 nameS);#endif  // DEBUG_HEADER

⌨️ 快捷键说明

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