
编程之道
文章平均质量分 76
落叶行健
Code For 易
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
#ifdef __cplusplus 倒底是什么意思?
时常在cpp的代码之中看到这样的代码: #ifdef __cplusplus extern "C" { #endif //一段代码 #ifdef __cplusplus } #endif 这样的代码到底是什么意思呢?首先,__cplusplus是cpp中的自定义宏,那么定义了这个宏的话表示这是一段cpp的代码,也就是说,上面的代码的含义是:如果这是一段cpp的转载 2013-10-10 10:43:29 · 824 阅读 · 0 评论 -
将FreeRTOS-Plus-CLI项目加入工程使用歩骤1
FreeRTOS+CLI An Extensible Command Line Interface Framework Introduction FreeRTOS+CLI (Command Line Interface) provides a simple, small, extensible and RAM efficient method of enabling your原创 2015-08-06 21:30:12 · 5258 阅读 · 0 评论