New issue 19 by natetas...@gmail.com: Enhancement: Support 'bool'
http://code.google.com/p/ctypesgen/issues/detail?id=19
It would be most excellent if you would support 'bool' return and argument
types, as ctypes has a c_bool:
http://docs.python.org/library/ctypes.html#ctypes.c_bool.
Currently, in my library, I am losing my functions with this type:
Error: <input>:16: Syntax error at 'bool'