📄 dshstrng.c
字号:
/***
*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -