#include #include int main(){ clock_t start, end; time_t t0, t1; double tp; int i; long cyc=1000000000; printf("CLOCKS_PER_SECOND: %d \n",CLOCKS_PER_SEC); start = clock(); time(&t0); for(i=0; i