generate call hierarchy graph with ctags
Is there anyone who knows how to generate call hierarchy graph with ctags and cscope? I need to run the commands开发者_如何学JAVA in the terminal and redirect the output to a file, rather than do it in vim.
You can use cflow to do this. Just use it as:
cflow main.c
精彩评论