使用未定义的 struct“timespec” 解决方案

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用未定义的 struct“timespec” 解决方案相关的知识,希望对你有一定的参考价值。

在头文件中添加如下定义:

#ifndef _CRT_NO_TIME_T

struct timespec

{

time_t tv_sec;  // Seconds - >= 0

long   tv_nsec; // Nanoseconds - [0, 999999999]

};

#endif


该代码摘自:time.h文件,不清楚为什么直接包含time.h文件仍然找不到定义


以上是关于使用未定义的 struct“timespec” 解决方案的主要内容,如果未能解决你的问题,请参考以下文章

使用未定义的 struct “timeval” 解决方案

vc2010的项目迁移到vc2019,解决编译错误问题

编译的 MATLAB 错误:“struct”类型的输入参数的未定义函数“ft_datatype_sens”

qt中如何解包利用python 的struct.pack()函数打包的数据

将 json 数组解组为 go struct(数组在 JSON 字符串的中间

Linux内核 timespec_add_ns()