RSS Feed for This PostCurrent Article

What does extern “C” int func(int *, Foo) accomplish?

It will turn off “name mangling” for func so that one can link to code compiled by a C compiler.

Trackback URL

Post a Comment