Thanks for replying. But still I am not able to browse the standard function definitions like printf() and others.
I did the following: ctags -R <my src directory> ctags -a -R /usr/include/*.[c,h] Then I pressed ctrl+] on printf() to receive a message "cstag : tag not found" Please help. Regards, rtnpro On Fri, Apr 3, 2009 at 9:26 AM, Shakthi Kannan <[email protected]> wrote: > Hi, > > --- On Fri, Apr 3, 2009 at 7:55 AM, Ratnadeep Debnath <[email protected]> > wrote: > | ctags -R *.[c,h] > | > | How do I include the library headers in the tag generated by ctags? > \-- > > Run the same command on the library header files (*.h). > > SK > > -- > Shakthi Kannan > http://www.shakthimaan.com > _______________________________________________ > Users mailing list > [email protected] > http://lists.dgplug.org/listinfo.cgi/users-dgplug.org > _______________________________________________ Users mailing list [email protected] http://lists.dgplug.org/listinfo.cgi/users-dgplug.org
