Results 1 to 2 of 2
I had used the cstag feature while developing a proprietary software a few months ago. Is this a feature that ships along with linux or is it a part of ...
- 12-18-2007 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 59
cstags
I had used the cstag feature while developing a proprietary software a few months ago. Is this a feature that ships along with linux or is it a part of the software? I wish to know how this feature can be started as it is convenient when working on developing/de-bugging softwares that are large and complicated.
- 12-19-2007 #2
There are ctags, which like allows you to easily find stuff in big C programs. I assume this is what you mean. The command line utility to generate them is ctags.


Reply With Quote