📄 wildcard.c
字号:
/***
*wildcard.c - define the CRT internal variable _dowildcard
*
* Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This variable is not public to users but is defined outside the
* start-up code (CRTEXE.C) to reduce duplicate definitions.
*
*******************************************************************************/
#if defined (CRTDLL)
#include <internal.h>
int _dowildcard = 0; /* should be in <internal.h> */
#endif /* defined (CRTDLL) */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -