?? adjustfd.c
字號:
/***
*adjustfd.c - define the compiler-helper variable _adjust_fdiv
*
* Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* The compiler generates references to this variable. It must be
* defined in the local module (EXE or DLL) and is actually imported
* from MSVCRT*.DLL when this module starts up.
*
*******************************************************************************/
#if defined (CRTDLL)
int _adjust_fdiv;
#endif /* defined (CRTDLL) */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -