Find the functions being called in a C file
From: Ahmed S. Badran (ahmed_badran_at_spymac.com)
Date: 05/31/04
- Next message: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Previous message: ozbear: "Re: [OT] Chinese Syntax"
- Next in thread: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Reply: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Reply: Emmanuel Delahaye: "Re: Find the functions being called in a C file"
- Reply: Ed Morton: "Re: Find the functions being called in a C file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 12:55:29 +0300
Hi,
Is there a tool that would parse a C file and tell me the list of functions
that are being called in the file. The C file includes header files for the
functions being used.
Also is there a tool that would give me a full 'tree' of what functions are
being called from a C file, that is if function A calls function B, which
calls function C, then I need to know that function B & function C are being
called, anything that can do that?
Ahmed
-- "Never interrupt your enemy when he is making a mistake." - Napolean Bonaparte
- Next message: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Previous message: ozbear: "Re: [OT] Chinese Syntax"
- Next in thread: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Reply: Vijay Kumar R Zanvar: "Re: Find the functions being called in a C file"
- Reply: Emmanuel Delahaye: "Re: Find the functions being called in a C file"
- Reply: Ed Morton: "Re: Find the functions being called in a C file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]