gpt4 book ai didi

include - C 预处理器能否检测到是否找不到头文件并发出特定警告?

转载 作者:行者123 更新时间:2023-12-01 23:54:19 25 4
gpt4 key购买 nike

我有一个需要特定头文件的 C 文件。如果该头文件不存在,我希望预处理器发出特定警告。像这样的东西:

#if !(#include <special.h>)
#warning "Don't worry, you can fix this."
#warning "You just need to update this other repo over here:"
#endif

这可以通过 C 预处理器实现吗?

最佳答案

我知道这是一个老问题,但我也需要一种方法来做到这一点,当我阅读这些答案时我很失望。事实证明,clang 有一个很好的 __has_include("header name") 指令,可以完美地完成您需要的操作:)也许您想首先通过调用 #if Defined(__has_include)

来检查该指令是否可用

关于include - C 预处理器能否检测到是否找不到头文件并发出特定警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9402830/

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