X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Fputs.c;fp=demos%2Fperformance%2Fputs.c;h=77eac343a53909714e997366af87c0a1010e39a6;hb=420bb7716ee099d369582836ef4fc8ab25d81fde;hp=0000000000000000000000000000000000000000;hpb=8a93c4ed658e8e9cb807036d8b0f27f10ea5e34f;p=svn%2FCll1h%2F.git diff --git a/demos/performance/puts.c b/demos/performance/puts.c new file mode 100644 index 0000000..77eac34 --- /dev/null +++ b/demos/performance/puts.c @@ -0,0 +1,11 @@ +#include + +#define RUNS 10000000UL +int main (void) +{ +unsigned long i; +for (i=0;i