rpav / cl-autowrap

(c-include "file.h") => complete FFI wrapper
BSD 2-Clause "Simplified" License
210 stars 41 forks source link

C++ support #91

Closed phoe closed 5 years ago

phoe commented 5 years ago

I haven't seen it anywhere in the documentation, so let me ask here: does cl-autowrap support wrapping C++ libraries since c2ffi seems to support those?

borodust commented 5 years ago

No

phoe commented 5 years ago

OK - thanks.

borodust commented 5 years ago

Unless they export C API.