1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
* stdio-common/tst-printf.c: Add test for above problem.
This commit is contained in:
Ulrich Drepper
2000-06-29 19:35:32 +00:00
parent a5707dad25
commit a0e5d73a78
3 changed files with 136 additions and 0 deletions

View File

@@ -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;