den-run-ai / ctypesgen

Automatically exported from code.google.com/p/ctypesgen
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Patch: add support for bool type and __attribute() #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following patch contains my (experimental) implementation for supporting 
the bool type and parsing of __attribute()s on function parameters.

This is my first patch ever for an open source project; feedback and some 
comments on the way of working would be most welcome.

Original issue reported on code.google.com by ronald.b...@gmail.com on 17 Jul 2013 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
Note: I separated the bool functionality and added it as a patch to issue #19.

Original comment by ronald.b...@gmail.com on 18 Jul 2013 at 10:23