Listing C/C++ functions (Code analysis in Unix)

后端 未结 5 1486
栀梦
栀梦 2021-01-04 09:42

Whether we\'re maintaining unfamiliar code or checking out the implementation details of an Apache module it can help if we can quickly traverse the code and build up an ove

5条回答
  •  無奈伤痛
    2021-01-04 10:19

    Exuberant Ctags http://ctags.sourceforge.net/

    I've only used it from time to time some time ago, and from within a text editor, but check out the list of utilities/tools which can use it:

    http://ctags.sourceforge.net/tools.html

提交回复
热议问题