view modules/ldtoastr @ 37502:dba0f73c28d8

support GNU format printf and scanf on mingw Allow %lld and %Lf to work on mingw as per: http://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/
author Pádraig Brady <P@draigBrady.com>
date Tue, 02 Dec 2014 13:34:06 +0000
parents 52e24b85a8ce
children dcd889592b62
line wrap: on
line source

Description:
Convert long double to accurate string.

Files:
lib/ftoastr.h
lib/ftoastr.c
lib/ldtoastr.c
m4/c-strtod.m4

Depends-on:
extensions
intprops

configure.ac:
AC_REQUIRE([gl_C99_STRTOLD])

Makefile.am:
lib_SOURCES += ldtoastr.c

Include:
"ftoastr.h"

License:
GPL

Maintainer:
Paul Eggert