MatthieuDartiailh / pyclibrary

C parser and ctypes automation for python
http://pyclibrary.readthedocs.org
MIT License
66 stars 29 forks source link

getting DefinitionError on int32_t #27

Open royir opened 8 years ago

royir commented 8 years ago

DefinitionError: Unknown type "int32_t" (typedefs are vio_rc -> int32_t)

MatthieuDartiailh commented 8 years ago

I will try to add it (and the other types ending in _t) this week-end. I guess some changes are needed in the ctypes backend and in the parser too perhaps. If you have time to fix it yourself, I will gladly review a PR.

MatthieuDartiailh commented 7 years ago

Sorry I forgot to address this. #28 should fix it. Can you give it a try @royir ?