I want to write a script that analyzes a C header file.The header contains a few declarations of functionsThe scrip needs to understand how many arguments each function has, and what are their types.
can gcc (or other tool) do this?
I want to write a script that analyzes a C header file.The header contains a few declarations of functionsThe scrip needs to understand how many arguments each function has, and what are their types.
can gcc (or other tool) do this?