Hash :
cf88e56a
Author :
Date :
2014-12-02T13:34:06
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/
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