posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / c-strtod
bloba2741c557170059329840bc6ea8f9729d445e6fe
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 strdup-posix
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