假如在C++ 中要呼叫C 的function, 則需加入如下宣告:#ifdef __cplusplus extern "C" { #endif /* put your c function definiction here */ #ifdef __cplusplus } #endif...
請先 登入 以發表留言。