Document various strtod bugs, with some fixes.
[pspp] / 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 stdbool
10 stdlib
11
12 configure.ac:
13 gl_FUNC_STRTOD
14 gl_STDLIB_MODULE_INDICATOR([strtod])
15
16 Makefile.am:
17 LIBS += $(POW_LIB)
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 all