]> sourceware.org Git - glibc.git/commitdiff
(sprint_doubles): A test for %F format.
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Mar 2002 21:46:37 +0000 (21:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Mar 2002 21:46:37 +0000 (21:46 +0000)
stdio-common/tfformat.c

index 8e138a2ada9a5007eb8cea10b102863c4b900c15..ea7365b2c99ed38858fe74356fc5d875460cc387 100644 (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 }
 
This page took 0.044831 seconds and 5 git commands to generate.