Skarsnik / gptrixie

A tool to generate NativeCall code from C headers
Artistic License 2.0
27 stars 9 forks source link

Better handling typedef #2

Open Skarsnik opened 8 years ago

Skarsnik commented 8 years ago

in DG, for now I choose to always give the name of the thing pointed by the typedef, resulting on struct getting their original name. I am not sure if giving the typedef name instead in this case is better