Closed mckellyln closed 9 years ago
Can we add:
extern "C" {
to density_api.h so that we can use density with C++ applications without having to add this to the file ?
Fixed in 9223f7309dca42453bff5b9ed613a1db57c85f05
Can we add:
if defined (__cplusplus)
extern "C" {
endif
to density_api.h so that we can use density with C++ applications without having to add this to the file ?