mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* stdio-common/tst-printf.c: Add test for above problem.
This commit is contained in:
@@ -188,6 +188,8 @@ I am ready for my first lesson today.";
|
||||
|
||||
printf ("%#03x\n", 1);
|
||||
|
||||
printf ("something really insane: %.10000f", 1.0);
|
||||
|
||||
{
|
||||
double d = FLT_MIN;
|
||||
int niter = 17;
|
||||
|
Reference in New Issue
Block a user