strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / c-strtod
1 Description:
2 Convert string to double in C locale.
3
4 Files:
5 lib/c-strtod.c
6 lib/c-strtod.h
7 m4/c-strtod.m4
8
9 Depends-on:
10 extensions
11 locale
12 strdup-posix
13
14 configure.ac:
15 gl_C_STRTOD
16
17 Makefile.am:
18
19 Include:
20 "c-strtod.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering