added missing dependencies to fix failing unistr/ tests
[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
14 configure.ac:
15 gl_FUNC_STRTOD
16 gl_STDLIB_MODULE_INDICATOR([strtod])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 all