performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / printf2.c
index 5ee4fb296f15ab31ea5bebe384705783ea8d1710..7320cd1d11762088cc980ba92b609a118390c0f6 100644 (file)
@@ -4,7 +4,8 @@
 int main (void)
 {
  unsigned long i;
- for (i=0;i<RUNS;i++) {
+ for (i=0;i<RUNS;i++) 
+ {
   printf("%s %s\n","stuff2","stuff2");
  }
  return 0;
This page took 0.100998 seconds and 4 git commands to generate.