📄 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) */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -