1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

(sprint_doubles): A test for %F format.

This commit is contained in:
Ulrich Drepper
2002-03-11 21:46:37 +00:00
parent dbf2de4392
commit aad61757eb

View File

@@ -4011,6 +4011,7 @@ sprint_double_type sprint_doubles[] =
{__LINE__, 11.75, "11.8", "%.1f"},
{__LINE__, 16, "0x1.0p+4", "%.1a"},
{__LINE__, 16, "0x1.00000000000000000000p+4", "%.20a"},
{__LINE__, 4444.88888888, "4445", "%2.F"},
{0 }