crtexew.c

来自「C标准库源代码,能提高对C的理解,不错的哦」· C语言 代码 · 共 17 行

C
17
字号
/***
*crtexew.c - Startup code for a wide character console EXE built /MD
*
*       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
*       defines _wmainCRTStartup, the C Run-Time Library start-up code
*       for a wide character console application linked with MSVCRT.LIB.
*       This module includes crtexe.c which contains the common code.
*
*******************************************************************************/

#ifdef CRTDLL
#define _WINMAIN_
#include "crtexe.c"
#endif  /* CRTDLL */

⌨️ 快捷键说明

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