elpa-xcscope

Interactively examine a C program source in emacs
  https://github.com/dkogan/xcscope.el
  0
  no reviews



Cscope is a program that generates index tables from C and C++ source files. It is also a client program that knows how to use the generated index tables to answer questions such as where is a symbol defined, where is a symbol referenced, etc.

elpa-xcscope contains the Emacs interfaces to cscope