⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vardebug.c

📁 [随书类]Dos6.0源代码
💻 C
字号:
/***
*vardebug.c - non-release code to validate varmgr.c
*
*  Copyright <C> 1986, Microsoft Corporation
*
*Purpose:
*  contains routines used for debugging the variable manager.
*
*******************************************************************************/

static	char tmpNameAry[60];  /* array to temporarily hold name of variables  */
static	cTotEntries;	      /* count of entries in a hash table	      */
static	cMaxChain;	      /* count of entries in longest hash chain       */
unsigned short fOutAll = 0;   /* if FALSE, don't print all info when dumping
                                 tables; used for internal testing            */
char fSkipDrive = 0;	      /* if non-zero, bash the drive letter when
				 printing a filename so test suites can be run
				 from any drive.			 */

static unsigned short recurseLevel = 0;
			      /* used for recursing in record variables      */

#pragma data_seg(C_STRINGS)

#include "version.h"

⌨️ 快捷键说明

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