C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git] / demos / performance / cll1-print.c
1 #include "cll1.h"
2
3 #define RUNS 10000000UL
4 program
5 {
6 unsigned long i;
7 for_range(i,0,RUNS)
8 {
9 print("stuff");
10 }
11 return 0;
12 }
This page took 0.25892 seconds and 4 git commands to generate.