How can I call a non-system C function f(int,char,float) from my C++ code? ... Naturally you need to use the full function prototype: extern "C" void f(int ...
確定! 回上一頁