C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git] / demos / performance / cll1-print.c
diff --git a/demos/performance/cll1-print.c b/demos/performance/cll1-print.c
new file mode 100644 (file)
index 0000000..eb20e07
--- /dev/null
@@ -0,0 +1,12 @@
+#include "cll1.h"
+
+#define RUNS 10000000UL
+program
+{
+ unsigned long i;
+ for_range(i,0,RUNS)
+ {
+  print("stuff");
+ }
+ return 0;
+}
This page took 0.081834 seconds and 4 git commands to generate.