Hi, --- On Sun, Apr 12, 2009 at 2:20 PM, Mohan R <[email protected]> wrote: | I have a question, is there any way that I can list all the functions | declared in a header? or header files? | | Until now, I'm using the below one, but don't know whether this is right | or wrong? | | $ grep '^extern' /usr/include/stdio.h | $ find /usr/include/X11 -name '*.h' | xargs grep '^extern' \--
If you use Emacs, you can install cedet [1] and ecb [2], and in the 'methods' window you will get the list of function prototypes whenever you open a header or source file. For example: http://theory.snu.ac.kr/~eykim/blog/attach/1/025887.png SK [1] http://cedet.sourceforge.net/ [2] http://ecb.sourceforge.net/ -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
