#include <time.h> void main(void) { int time_counter = 600; time_t start,end; time(&start); while(time_counter--) //added your test code time(&end) printf("start = %d, end = %d", start, end); exit(0); }
mail:bookworepeng@Hotmail.com
qq:196568501
author:DriveMonkey
phone:13410905075
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)