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

📄 switch.h

📁 [随书类]Dos6.0源代码
💻 H
字号:
/*** 
* switch.h
*
*	Copyright <C> 1985, 1986, 1987 Microsoft Corporation
*
*******************************************************************************/

/*===========================================================================*/
/* This file is the first thing included by version.h.			     */
/*===========================================================================*/

#define ON (-1)
#define OFF 0

/*=============================================================*/
/* Switches specific to c source											*/
/* These switches are not in switch.inc								*/
/*=============================================================*/

#ifndef	DEFINE_VARIABLES			/* Allow to be defined previous to VERSION.H */
#define	DEFINE_VARIABLES	OFF	/* ON - allocate global variables.*/
#endif

#define	LINT_ARGS	OFF			/* ON - runtime lib arg types to be checked */

⌨️ 快捷键说明

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