0
点赞
收藏
分享

微信扫一扫

[c++]struct timeval

探头的新芽 2022-07-12 阅读 107

 

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

 

re

1. struct timespec 和 struct timeval;

end

举报

相关推荐

0 条评论