I want to write a script that analyzes a C header file, that contains one function declaration, and returns the number of arguments this function has.
how can this be done?
I want to write a script that analyzes a C header file, that contains one function declaration, and returns the number of arguments this function has.
how can this be done?