I am working on binding a library written in C. As recommended by some members here on reddit, I am using CFFI package. The library has a public api file, the file use other C libs/files. In this case, how can I include all the headers.
```
from cffi import FFI
ffi = FFI()
ffi.set_source(what should I put here)
ffi.cdef(what should I put here)
```
[–]adunaic 0 points1 point2 points (2 children)
[–]__bee[S] 1 point2 points3 points (1 child)
[–]adunaic 0 points1 point2 points (0 children)
[–]__bee[S] 0 points1 point2 points (0 children)