Re: How to Identify functions in a .C File??



"Pardha" wrote:
can any one help me out in writing a c code for identifying all the
functions present and the number of arguments taken by each function in
a given .C file????

Unless this is a student's project, why to reinvent the wheel?
http://ctags.sourceforge.net/index.html
.