obliv-c
obliv-c copied to clipboard
".h" headers should have C++ guards
Right now, none of the headers can be used from C++
#ifdef __cplusplus
extern "C" {
#endif
...