[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: cscope



Sharad Joshi forced the electrons to say:
> Hio,
> 
> Can anyone point me to some tool, similar to cscope, for linux? I know
> ctags, but... is there anything else?
> 
> Sharad.
> 

What does cscope do? If it is the same as ctags, then you should look into
emacs and etags (even though I prefer ctags and vim).

I have a program called lclint, which is an FSF implementation of
lint. I forgot where I downloaded it from, but I could mail it to you
(it is approx. 2MB).

Many potential glitches in C programs can be detected by gcc itself. Just
invoke it as gcc -Wall -ansi -traditional to list all the errors in your
program. indent can also serve as a pointer to a few problems in C code.

Binand

- -- 
main(int c,char **v){while(!fork()){strcpy(v[0],tmpnam(0));sleep(1);}}
A program that changes its name and pid every second.
Try this program at your own risk!   ---> Binand <---

- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Please do not post HTML email to this mailing list.  HTML mails will be
thoroughly ignored and derisively sniggered at in private.

------------------------------