Introduction
Statistics
Contact
Development
Disclaimer
Help
bitreich.org home page
#include <stdio.h>
#include <time.h>
main()
{
clock_t t1, t2;
testfunc();
}