Hello
GNU Emacs 23.1.1
I am maintaining someone else's code. The code is written in c using gcc 4.4.3 on linux platform.
However, the code jumps around a lot and its difficult to find out where all the function calls are called from.
In visual studio there is a feature called 'Call Hierarchy' which will display where functions are called from and called to.
I am wondering if emacs any such feature. It would be very handy in this case
Many thanks for any suggestions,