Can python load definitions from a C header file?
I’m writing a python Wrapper around a C API. I have an extensive API description and right now I’m struggling with the implementation of enums defined in the header file.
I’m writing a python Wrapper around a C API. I have an extensive API description and right now I’m struggling with the implementation of enums defined in the header file.