gpt4 book ai didi

swift - 将代码更新为 swift 4 会导致错误消息

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

我想将此代码更新为 swift 4:

rc = select(socket_fd + 1, readfd, writefd, NULL, &timeout);

return rc;
}

但是我得到两个错误:

Declaration of 'select' must be imported from module 'Darwin.POSIX.sys.time' before it is required
Implicit declaration of function 'select' is invalid in C99

我该如何解决这个问题?

最佳答案

在文件顶部附近添加:

#include <sys/time.h>

关于swift - 将代码更新为 swift 4 会导致错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46720546/

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