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