15
C ++中extern“ C”的作用是什么?
extern "C"放入C ++代码到底能做什么? 例如: extern "C" { void foo(); }
1629
c++
c
linkage
name-mangling
extern-c