ReactOS
0.4.15-dev-7136-g77ab709
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
4
long
double
5
_atold
(
const
char
*ascii)
6
{
7
return
_strtold
(ascii, 0);
8
}
_atold
long double _atold(const char *ascii)
Definition:
atold.c:5
_strtold
long double _strtold(const char *s, char **sret)
Definition:
strtold.c:16
sdk
lib
crt
stdlib
atold.c
Generated on Fri Dec 8 2023 06:12:44 for ReactOS by
1.9.6