preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / performance / fwrite.c
diff --git a/demos/performance/fwrite.c b/demos/performance/fwrite.c
deleted file mode 100644 (file)
index a8f3c5b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stdio.h>
-#include <string.h>
-
-#define RUNS 10000000UL
-int main (void)
-{
- unsigned long i;
- char *s1="stuff\n";
- int l1=strlen(s1);
-
- for (i=0;i<RUNS;i++)
- {
-  fwrite(s1,l1,1,stdout);
- }
- return 0;
-}
This page took 0.130082 seconds and 4 git commands to generate.