#ifdef __cplusplus
extern "C"{
#endif
int func(int i);
#ifdef __cplusplus
}
#endif
C++调用C语言编译的静态库.a/动态库.so
最新推荐文章于 2025-04-16 17:28:57 发布

#ifdef __cplusplus
extern "C"{
#endif
int func(int i);
#ifdef __cplusplus
}
#endif