timespec_get: New module.
[gnulib.git] / modules / c-strtold
blobf642a8895287f173a29e7d8f10182221803f4071
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 strdup-posix
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