performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / write.c
index 2f987900529d0b79cc0630b026195fb867576701..8907668311a958b070123891a031208d9d18de18 100644 (file)
@@ -7,9 +7,9 @@ int main (void)
  char *s1="stuff\n";
  int l1=strlen(s1);
 
-for (i=0;i<RUNS;i++)
-{
- write(1,s1,l1);
-}
-return 0;
+ for (i=0;i<RUNS;i++)
+ {
 write(1,s1,l1);
+ }
+ return 0;
 }
This page took 0.119219 seconds and 4 git commands to generate.