1. I would like to parse a C file and get the list of functions in that file.
2. And then search for a string of the pattern "funcName(v ar)" in each of those functions. Is it possible to do such a thing in Perl. Are there any scripts available for doing the same?
Thanks
2. And then search for a string of the pattern "funcName(v ar)" in each of those functions. Is it possible to do such a thing in Perl. Are there any scripts available for doing the same?
Thanks
Comment