strings.h

来自「Dos6.0」· C头文件 代码 · 共 20 行

H
20
字号
/*********************************************************************
 * Microsoft Diagnostics Version 2.0
 *
 * A diagnostic utility to detect as much useful information about a
 *   customer's computer system as is possible.
 *
 * Microsoft Diagnostics:  We detect the World.
 *
 * STRINGS.H - All #define strings are stored here
 ********************************************************************/


/* Command line parameter characters */

#define MONO_CHAR               'M'
#define BW_CHAR                 'B'
#define NO_INITIAL_DETECT_CHAR  'I'
#define REPORT_TO_FILE_CHAR     'F'
#define SUMMARY_TO_FILE_CHAR    'S'

⌨️ 快捷键说明

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