BinaryAnalysisPlatform / bap-bindings

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

bap.h: add cstdbool for _Bool type #12

Closed 251 closed 5 years ago

251 commented 5 years ago

There is no _Bool type in C++ and hence this PR adds cstdbool to bap.h. It should work for the mainstream compilers.

I would have added it to the last PR but I had cstdbool in my main program...

ivg commented 5 years ago

thanks!