Add hex float support.
[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
8 Depends-on:
9 c-ctype
10 stdbool
11 stdlib
12
13 configure.ac:
14 gl_FUNC_STRTOD
15 gl_STDLIB_MODULE_INDICATOR([strtod])
16
17 Makefile.am:
18 LIBS += $(POW_LIB)
19
20 Include:
21 <stdlib.h>
22
23 Link:
24 $(POW_LIB)
25
26 License:
27 LGPL
28
29 Maintainer:
30 all