ReactOS
0.4.16-dev-752-g47bae01
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 Mon Feb 17 2025 06:14:07 for ReactOS by
1.9.6