MathJax

Monday, July 28, 2014

How can I include a non-system C header file in my C++ code?

extern "C" {
#include "foo.h"
}

No comments: