I need a script to get list of all functions from one particular file.
Here is similar question and response for cscope tool.
how can I display all function name from cscope database?
I've tried to do it this way, but I get all functions in a project and I am not able to assign them to right file.
Any idea how to get just all functions of a specified C file?