求解周立功启动代码解释
时间:10-02
整理:3721RD
点击:
#ifndef __TARGET_H
#define __TARGET_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN_TARGET
extern void Reset(void);
extern void TargetInit(void);
#endif
#ifdef __cplusplus
}
#endif
#endif
如上,请问 extern "C" { 那段和 #ifdef __cplusplus} 这段怎么解释啊,求大家帮忙
这个你可以看看C语言的书。 这个不是关键点,如果太纠结只会拖慢你学习ARM的进度。
学习~~~~~~~~~~~~~~~~~~
就是定义一下而已嘛
