preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / performance / printf2.c
diff --git a/demos/performance/printf2.c b/demos/performance/printf2.c
deleted file mode 100644 (file)
index 7320cd1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdio.h>
-
-#define RUNS 10000000UL
-int main (void)
-{
- unsigned long i;
- for (i=0;i<RUNS;i++) 
- {
-  printf("%s %s\n","stuff2","stuff2");
- }
- return 0;
-}
This page took 0.128937 seconds and 4 git commands to generate.