performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / fputs.c
index 6c84320d309efaf9f76a944a1ac1f5d580cf898a..9c03bd13e49514cbb7118d771c6dbd57b338e04c 100644 (file)
@@ -3,9 +3,10 @@
 #define RUNS 10000000UL
 int main (void)
 {
-unsigned long i;
-for (i=0;i<RUNS;i++) {
-fputs("stuff\n",stdout);
-}
-return 0;
+ unsigned long i;
+ for (i=0;i<RUNS;i++) 
+ {
+  fputs("stuff\n",stdout);
+ }
+ return 0;
 }
This page took 0.125209 seconds and 4 git commands to generate.