Closed DaoWen closed 7 years ago
LGTM. Was there a particular compiler that triggered some errors, leading to this fix?
I added a function prototype to one of the headers when I was working on something else, and that resulted in a warning about linkage mismatch (C vs C++).
C headers should be included from inside the
extern "C"
block.