verify: new macro 'assume'
[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 stdlib
11 strtod-obsolete
12 c-ctype         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
13 stdbool         [test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1]
14
15 configure.ac:
16 gl_FUNC_STRTOD
17 if test $HAVE_STRTOD = 0 || test $REPLACE_STRTOD = 1; then
18   AC_LIBOBJ([strtod])
19   gl_PREREQ_STRTOD
20 fi
21 gl_STDLIB_MODULE_INDICATOR([strtod])
22
23 Makefile.am:
24
25 Include:
26 <stdlib.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 all