performance test - write, fwrite and cll1 single arugment echo added
[svn/Cll1h/.git] / demos / performance / printf2.c
CommitLineData
81088cec 1#include <stdio.h>
2
3#define RUNS 10000000UL
4int main (void)
5{
6 unsigned long i;
06ab91f0 7 for (i=0;i<RUNS;i++)
8 {
81088cec 9 printf("%s %s\n","stuff2","stuff2");
10 }
11 return 0;
12}
This page took 0.129038 seconds and 4 git commands to generate.