mktime函数优化方案 #include #include #include void printnow(){ static unsigned long long time=0; timeval tm; gettimeofday(&tm,NULL); if(time !=0) printf("cost time = %llu\n",tm.tv Other 2024-01-09 210 点赞 3 评论 318 浏览