首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

timespec

Defined in header <time.h>

?

?

struct timespec;

?

(since C11)

Structure holding an interval broken down into seconds and nanoseconds.

Member objects

time_t tv_sec

whole seconds (valid values are >= 0)

long tv_nsec

nanoseconds (valid values are 0, 999999999)

References

  • C11标准(ISO / IEC 9899:2011):
    • 7.27.1 / 3时间分量(p:388)

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com