I have a C-Header file defining a couple of stucts, containing multiple char arrays.
I\'d like to parse these files using Java. Is there a library for reading C-Hea
You can try to use ANTLR. There should be already some existing C grammar available for it.