view modules/c-strtod @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents b716418da8b9
children
line wrap: on
line source

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:
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