obliv-c icon indicating copy to clipboard operation
obliv-c copied to clipboard

".h" headers should have C++ guards

Open samee opened this issue 9 years ago • 0 comments

Right now, none of the headers can be used from C++

#ifdef __cplusplus
extern "C" {
#endif
...

samee avatar May 06 '16 02:05 samee