?? crtexew.c
字號:
/***
*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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -