stdbit: fix dependency
[gnulib.git] / modules / c-strtod
blob2ca8f2a2f2e4944c0fafff9d3680bd1806b762ad
1 Description:
2 Convert string to double in C locale.
4 Files:
5 lib/c-strtod.c
6 lib/c-strtod.h
7 m4/c-strtod.m4
8 m4/intl-thread-locale.m4
10 Depends-on:
11 c99
12 extensions
13 locale
14 c-ctype
15 strtod
17 configure.ac:
18 gl_C_STRTOD
20 Makefile.am:
21 lib_SOURCES += c-strtod.c
23 Include:
24 "c-strtod.h"
26 License:
27 GPL
29 Maintainer:
30 Paul Eggert, Jim Meyering