X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fperformance%2Ffwrite.c;fp=demos%2Fperformance%2Ffwrite.c;h=0000000000000000000000000000000000000000;hp=a8f3c5bddd8ee330d1dccf2d789ed9b24c77f1bb;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/performance/fwrite.c b/demos/performance/fwrite.c deleted file mode 100644 index a8f3c5b..0000000 --- a/demos/performance/fwrite.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - -#define RUNS 10000000UL -int main (void) -{ - unsigned long i; - char *s1="stuff\n"; - int l1=strlen(s1); - - for (i=0;i