gpt4 book ai didi

c - Linux Mint 中的时间结构

转载 作者:行者123 更新时间:2023-11-30 17:33:56 26 4
gpt4 key购买 nike

我是 C/Linux 的新手,我有一个简单的问题。考虑 sys/timerfd.h 头文件。它由函数定义组成:

   int timerfd_settime(int fd, int flags,
const struct itimerspec *new_value,
struct itimerspec *old_value);

我在 sys/timerfd.h 中找不到 struct itimerspec 声明。该结构在哪里声明。我正在寻找头文件。

最佳答案

人(7)时间.h

The header shall also declare the itimerspec structure, which has at least the following members:

          struct timespec  it_interval  Timer period.
struct timespec it_value Timer expiration.

通常也是sys/time.h

关于c - Linux Mint 中的时间结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23582921/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com