c++ 编译 c 代码 extern C

创建日期: 2024-05-28 16:48 | 作者: 风波 | 浏览次数: 14 | 分类: C++

来源:https://isocpp.org/wiki/faq/mixing-c-and-cpp

#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
14 浏览
8 爬虫
0 评论