summaryrefslogtreecommitdiff
path: root/modules/c-strtod
blob: a2741c557170059329840bc6ea8f9729d445e6fe (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
Description:
Convert string to double in C locale.

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

Depends-on:
c99
extensions
locale
strdup-posix
strtod

configure.ac:
gl_C_STRTOD

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

Include:
"c-strtod.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering