"extern C" is for C++. It tells the compiler that the function is extern and C instead of C++ (calling convention and name mangling).
確定! 回上一頁