对于这句C语言的理解?
时间:10-02
整理:3721RD
点击:
在TI例程中的头文件中有这么一句话:
#ifdef __cplusplus
extern \"C\" {
#endif
...
...
...
#ifdef __cplusplus
}
#endif /* extern \"C\" */
这到底是什么意思?
这是条件编译语句。满足条件就编译,
否则不编译。
我的意思是:__cplusplus的意思!
应该是C++,英文叫C pulse pulse.