dshstrng.c

来自「[随书类]Dos6.0源代码」· C语言 代码 · 共 21 行

C
21
字号
/*** 
*dshstrngs.c - print strings for dumb shell debug command processor
*
*	Copyright <C> 1985, 1986, 1987 Microsoft Corporation
*
*Purpose:
*	For versions of QB-technology based BASIC built without the real user-
*	interface.
*
*******************************************************************************/

#include "version.h"

#if !SCANNER_H
#include "scanner.h"
#endif

#if !UI_H
#include "ui.h"
#endif

⌨️ 快捷键说明

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