Sorry for not being clear. I will take care in this regard in the future. I am trying to study the BlueZ source code, and they not only use their own header files but also some library header files. It will be very helpful if I can tag those library header files along with the tag for Bluez src directory. Ctags works fine with the header files in the bleZ src directory, but not with some function calls ( printf was just one example), which I think is calling the function from the standard library headers. And I want to see their definitions to know what is going.
Thanks, Regards, rtnpro On Mon, Apr 6, 2009 at 8:57 AM, Shakthi Kannan <[email protected]> wrote: > Hi, > > --- On Mon, Apr 6, 2009 at 2:22 AM, Ratnadeep Debnath <[email protected]> > wrote: > | But still I am not able to browse the standard function definitions > | like printf() and others. > \-- > > You could have mentioned printf() earlier. In future, please try to be > specific on what you are trying to accomplish. > > IIRC, for printf() the declaration is available in the header file, > but, the definition is in libc sources. > http://www.gnu.org/software/libc/ > > 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
