Is there a way to get list of all function calls in a c source file

前端 未结 0 769
醉梦人生
醉梦人生 2021-01-26 16:38

ctags -x --c-kinds=f *.c will give me functions defined in these C files.

But I want instead just the functions called in these C files.

I couldn\'t find that opti

相关标签:
回答
  • 消灭零回复
提交回复
热议问题