码迷,mamicode.com
首页 > 其他好文 > 详细

exctern C

时间:2020-02-19 11:39:24      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:clu   代码   重载   spl   cte   扩展   show   def   oid   

在C++中调用C语言

因为C++扩展了函数重载。编译时会将函数名修改,所以直接条用会出错。

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

/*

#include <stdio.h>

void show()

*/

#ifdef __cplusplus
}
#endif // __cplusplus

把要是C编译的代码给extern “”C“”{起来}

exctern C

标签:clu   代码   重载   spl   cte   扩展   show   def   oid   

原文地址:https://www.cnblogs.com/qq376142178/p/12330405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!