print and echo can now skip NULL strings...
[svn/Cll1h/.git] / demos / performance / cll1-print.c
CommitLineData
420bb771 1#include "cll1.h"
2
3#define RUNS 10000000UL
4program
5{
6 unsigned long i;
7 for_range(i,0,RUNS)
8 {
9 print("stuff");
10 }
11 return 0;
12}
This page took 0.091688 seconds and 4 git commands to generate.