建议给EXTERN_C宏定义添加ifndef限定条件便于移植到其他平台
Opened this issue · 1 comments
Cherish-Gww commented
为方便移植到其他os,此处建议修改为:
#ifndef EXTERN_C
#define EXTERN_C
#endif
jhqian commented
实际的场景能举个例子么?
Opened this issue · 1 comments
为方便移植到其他os,此处建议修改为:
#ifndef EXTERN_C
#define EXTERN_C
#endif
实际的场景能举个例子么?