view modules/dtoastr @ 17822:d3dccaa23691

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 d5718604e475
children dcd889592b62
line wrap: on
line source

Description:
Convert double to accurate string.

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

Depends-on:
extensions
intprops

configure.ac:
AC_REQUIRE([gl_C99_STRTOLD])

Makefile.am:
lib_SOURCES += dtoastr.c

Include:
"ftoastr.h"

License:
GPL

Maintainer:
Paul Eggert