ReactOS 0.4.16-dev-2110-ge3521eb
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}
_ACRTIMP double __cdecl strtod(const char *, char **)
Definition: string.c:1072