标签:code style color ++ col 全局变量 函数 creat str
#ifdef __cplusplus extern "C" { #endif Interface* create(); #ifdef __cplusplus } #endif ..... #ifdef __cplusplus extern "C" { #endif Interface* create() { return new Interface(); } #ifdef __cplusplus } #endif
标签:code style color ++ col 全局变量 函数 creat str
原文地址:https://www.cnblogs.com/bzadhere/p/9216596.html