[c++]struct timeval

 

struct timeval {
time_t tv_sec;    // seconds 
long tv_usec;    // microseconds 
};

 

re

1. struct timespec 和 struct timeval;

end

posted on 2019-06-12 14:40  鹅要长大  阅读(1552)  评论(0编辑  收藏  举报

导航