struct timeval {
time_t tv_sec; // seconds
long tv_usec; // microseconds
re
1. struct timespec 和 struct timeval;
end
[c++]struct timeval
阅读 107
2022-07-12
struct timeval {
time_t tv_sec; // seconds
long tv_usec; // microseconds
re
1. struct timespec 和 struct timeval;
end
相关推荐
精彩评论(0)