BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

C++ support #10

Closed 251 closed 5 years ago

251 commented 5 years ago

It would be nice to have C++ support. Could you please add sth. like:

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

to bap.h?