ReactOS
0.4.16-dev-329-g9223134
Functions
atof.c File Reference
#include <precomp.h>
Include dependency graph for atof.c:
Go to the source code of this file.
Functions
double
atof
(
const
char
*ascii)
Function Documentation
◆
atof()
double
atof
(
const
char
*
ascii
)
Definition at line
8
of file
atof.c
.
9
{
10
return
strtod
(ascii, 0);
11
}
strtod
_Check_return_ double __cdecl strtod(_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr)
sdk
lib
crt
string
atof.c
Generated on Sun Dec 8 2024 06:23:10 for ReactOS by
1.9.6