2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
16 /* FIXME: loop over about 30 to test that tmpfile() copes with
17 more temp files than there are letters in the alphabet. This
18 is known to be a bug as at 11-Sep-2005
20 for(i
= 0; i
<20; i
++) /* repeat test to catch problems */
24 fprintf(fp
, "test text %d", i
);
33 /* Nothing to clean up */