Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

extract function calls?? 1

Status
Not open for further replies.

rook742

Programmer
May 2, 2001
7
US
Hello all,

I'm looking for a utility (or even just parser logic) that would let me simply open a C source file and output the filename and all functions called within.

I can roll my own if I have to but if someone has any suggestions that do not involve a lot of custom code I would greatly appreciate it.

Thanks,

r
 
Take a look at ctags. If you're running a Linux distribution, it'll probably already be installed with the development packages. I don't know if it is available for Windows, though.
Russ
bobbitts@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top