Tag: linkage

在C ++源代码中,extern“C”有什么作用?

究竟把extern "C"放到C ++代码中呢? 例如: extern "C" { void foo(); }