wildcard.c
来自「C标准库源代码」· C语言 代码 · 共 19 行
C
19 行
/***
*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 + =
减小字号Ctrl + -
显示快捷键?