adjustfd.c

来自「C标准库源代码」· C语言 代码 · 共 18 行

C
18
字号
/***
*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 + =
减小字号Ctrl + -
显示快捷键?