view modules/c-strtod @ 12435:39d05e3c2270

c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
author Bruno Haible <bruno@clisp.org>
date Sat, 12 Dec 2009 15:13:35 +0100
parents ab7203b2967c
children b17e131e479b
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

Depends-on:
extensions
locale
strdup-posix

configure.ac:
gl_C_STRTOD

Makefile.am:

Include:
"c-strtod.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering