spin2cpp icon indicating copy to clipboard operation
spin2cpp copied to clipboard

`short unsigned int x;` is not compiled in C (we get an internal error)

Open totalspectrum opened this issue 2 weeks ago • 0 comments

Like the title says; we should treat (short) (unsigned int) the same way as (unsigned)(short) in the C type parsing code.

totalspectrum avatar Feb 11 '25 17:02 totalspectrum