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