gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / c-strtold
blob0ec27d7983105142b9c2fb2f8cecee986d07c0b0
1 Description:
2 Convert string to long double in C locale.
4 Files:
5 lib/c-strtod.h
6 lib/c-strtod.c
7 lib/c-strtold.c
8 m4/c-strtod.m4
9 m4/intl-thread-locale.m4
11 Depends-on:
12 c99
13 extensions
14 locale
15 c-ctype
16 strtold
18 configure.ac:
19 gl_C_STRTOLD
21 Makefile.am:
22 lib_SOURCES += c-strtold.c
24 Include:
25 "c-strtod.h"
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert, Jim Meyering