atodbl.c

来自「C语言库函数的原型,有用的拿去」· C语言 代码 · 共 19 行

C
19
字号
/***
*atodbl.c - convert a string to a floating point value
*
*       Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
*   Converts a string to a floating point value.
*
*******************************************************************************/

#include <fltintrn.h>
#include <float.h>
#include <math.h>
#include <mtdll.h>
#include <internal.h>
#include <setlocal.h>

#include <atodbl.inl>

⌨️ 快捷键说明

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