Add module descriptions.
[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
10 configure.ac:
11 gl_FUNC_STRTOD
12
13 Makefile.am:
14 LIBS += @POW_LIB@
15
16 Include:
17 <stdlib.h>
18