Closed
Description
In order to compile dumped C files with the original header files, we have to
- retain typedefs involving anonymous structs/unions
- prevent the output of structs/unions defined in system headers
- prevent the output of built-ins
- ...
A quick hack is here:
peterschrammel@ff6a7d1
More to come...