RainwayApp / node-clangffi

Generate Typescript FFI bindings for C/C++ libraries using libclang and ffi-napi.
MIT License
7 stars 1 forks source link

missing _Bool primitive #19

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

It appears _Bool is a valid c99 type we should support - https://stackoverflow.com/questions/24602814/bool-data-type-of-c99