ReactOS 0.4.15-dev-7958-gcd0bb1a
atold.c
Go to the documentation of this file.
1/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
2#include <stdlib.h>
3
4long double
5_atold(const char *ascii)
6{
7 return _strtold(ascii, 0);
8}
long double _atold(const char *ascii)
Definition: atold.c:5
long double _strtold(const char *s, char **sret)
Definition: strtold.c:16