gpt4 book ai didi

ios - 必须导入 objective-c gettimeofday?

转载 作者:可可西里 更新时间:2023-11-01 03:29:02 31 4
gpt4 key购买 nike

我正在尝试在 Objective-C 中使用 gettimeofday。但是,我遇到了这两个问题:

  1. “函数‘gettimeofday’的隐式声明在 C99 中无效”

  2. “‘gettimeofday’的声明必须在需要之前从模块‘Darwin.POSIX.sys.time’导入”

我已经执行了这些导入:

#import <UIKit/UIKit.h>
#include <time.h>

但问题仍然存在?

提前致谢。/JBJ

最佳答案

进口<sys/time.h>而不是 #include <time.h>

C time.h声明诸如 time()、clock() 等函数;在 POSIX (操作系统规范)它具有所有 C结构和宏,并在 sys/time.h 中用时间间隔函数进行扩展.

关于ios - 必须导入 objective-c gettimeofday?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34430354/

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