cscope/README.md

14 lines
292 B
Markdown
Raw Permalink Normal View History

2024-01-05 21:34:35 +01:00
# cscope
Cscope is a developer's tool for browsing source code.
Allows searching code for:
- all references to a symbol
- global definitions
- functions called by a function
- functions calling a function
- text string
- regular expression pattern
- a file
- files including a file