I want to write a C # program that uses a library to parse C source files and provides me with a data structure that contains all the functions and related parameters.
I do not need to know what is actually inside the function or anything else for that matter.
What would be a good library for this?
source
share