What is the effect of extern “C” in C++?
What exactly does putting extern “C” into C++ code do? For example: extern “C” { void foo(); } 1 16 extern “C” makes … Read more
What exactly does putting extern “C” into C++ code do? For example: extern “C” { void foo(); } 1 16 extern “C” makes … Read more