performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / cout.cpp
index f40ba699fcf061c86c340a904627ef44235d5b31..cd47ab288d5893d507e03d90370124b00e704ea2 100644 (file)
@@ -4,8 +4,9 @@
 int main()
 {
  unsigned long i;
- for (i=0;i<RUNS;i++) {
- std::cout << "stuff\n";
+ for (i=0;i<RUNS;i++) 
+ {
+  std::cout << "stuff\n";
  }
  return 0;
 }
This page took 0.097053 seconds and 4 git commands to generate.