微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 硬件电路设计 > TI模拟硬件电路设计 > 对于这句C语言的理解?

对于这句C语言的理解?

时间:10-02 整理:3721RD 点击:


在TI例程中的头文件中有这么一句话:
#ifdef __cplusplus
extern \"C\" {
#endif
...
...
...
#ifdef __cplusplus
}
#endif /* extern \"C\" */
这到底是什么意思?

这是条件编译语句。满足条件就编译,
否则不编译。

我的意思是:__cplusplus的意思!

应该是C++,英文叫C pulse pulse.

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top