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

There is no correct treatment of "long double" types #34

Open jwiegley opened 6 years ago

jwiegley commented 6 years ago

Right now long double becomes CDouble and double long becomes CLong, neither of which is correct.