Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / c-strtod
blob71b292ee7f8c177a6c2db3ab3bb219357052d774
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 extensions
12 locale
13 strdup-posix
14 strtod
16 configure.ac:
17 gl_C_STRTOD
19 Makefile.am:
20 lib_SOURCES += c-strtod.c
22 Include:
23 "c-strtod.h"
25 License:
26 GPL
28 Maintainer:
29 Paul Eggert, Jim Meyering