Skip to content

Fix extern "C" declarations

Avoid wrapping external includes in extern "C" blocks. Also wrap all public headers in extern "C" blocks to allow them to be selectively included in C++ projects.

Fixes #422 (closed).

Merge request reports

Loading