|
I also think the source code should have easy visually markers for finding functions. In my own code, for example, I use the following: /****************/ /**** func() ****/ /****************/ int func() { return 0; }
Ummm... as an alternative you could also check out something like ctags. It's free, it works like a charm & many editors (vi(m), emacs, &c.) support it. You can find a nice implementation at http://ctags.sourceforge.net. Ashwin. -- no signature is a signature