mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Allow %lld and %Lf to work on mingw as per: http://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/
28 lines
290 B
Plaintext
28 lines
290 B
Plaintext
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
|