summaryrefslogtreecommitdiff
path: root/modules/c-strtold
blob: f642a8895287f173a29e7d8f10182221803f4071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Convert string to long double in C locale.

Files:
lib/c-strtod.h
lib/c-strtod.c
lib/c-strtold.c
m4/c-strtod.m4
m4/intl-thread-locale.m4

Depends-on:
c99
extensions
locale
strdup-posix
strtold

configure.ac:
gl_C_STRTOLD

Makefile.am:
lib_SOURCES += c-strtold.c

Include:
"c-strtod.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering