Closed thp closed 8 years ago
These three changes make it easier to integrate the library into a C++ project:
FILE *
void *user_data
extern "C"
Thank you. This was my first pull request ever, the code quality looked good so I merged it with main branch. Need to try it out myself. :)
These three changes make it easier to integrate the library into a C++ project:
FILE *
pointersvoid *user_data
)extern "C"
)