eb20e077ad9bf0b4e1e96588d744dd3cc01c4d62
[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.279667 seconds and 3 git commands to generate.