view modules/c-strtold @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents 39d05e3c2270
children baa289766f6b
line wrap: on
line source

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

Depends-on:
extensions
locale
strdup-posix

configure.ac:
gl_C_STRTOLD

Makefile.am:

Include:
"c-strtod.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering