c - Generating function call graph -


i using egypt tool visualize call graphs of c files.

using option --include-external 1 can see calls functions defined externally (in libraries, other project .c files etc.)

i wondering if there way know in file external function declared? not tool, in general feasible during stage of compilation know location of function called?

you can use eclipse cdt. configure include paths , library paths . can navigate functions provides call hierarchy.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -