jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

Fix issue of typedef const is seen as const rather than typedef #42

Closed flyfish30 closed 2 years ago

flyfish30 commented 3 years ago

I had fix the issue #38 , and add one test case for this issue. All tests have been tested and passed.