strtod: Remove check for strtod, unless supporting old platforms.
[gnulib.git] / modules / strtod
1 Description:
2 strtod() function: convert string to 'double'.
3
4 Files:
5 lib/strtod.c
6 m4/strtod.m4
7 m4/ldexp.m4
8
9 Depends-on:
10 c-ctype
11 stdbool
12 stdlib
13 strtod-obsolete
14
15 configure.ac:
16 gl_FUNC_STRTOD
17 gl_STDLIB_MODULE_INDICATOR([strtod])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 all