11 /* FIXME: loop over about 30 to test that tmpfile() copes with
12 more temp files than there are letters in the alphabet. This
13 is known to be a bug as at 11-Sep-2005
15 for(i
= 0; i
<20; i
++) /* repeat test to catch problems */
19 fprintf(fp
, "test text %d", i
);
28 /* Nothing to clean up */