ReactOS 0.4.15-dev-7924-g5949c20
atold.c File Reference
#include <stdlib.h>
Include dependency graph for atold.c:

Go to the source code of this file.

Functions

long double _atold (const char *ascii)
 

Function Documentation

◆ _atold()

long double _atold ( const char ascii)

Definition at line 5 of file atold.c.

6{
7 return _strtold(ascii, 0);
8}
long double _strtold(const char *s, char **sret)
Definition: strtold.c:16