How can I use ctags ?

Hi all,

How can I use "ctags" in linux device driver. Is there any good tutorial for ctags ?

Bye.

Thanks.

Reply to
Arun
Loading thread data ...

try:

formatting link

Reply to
Michael

Most, if not all, linux device drivers are written in C. So use ctags like with every other C file $ ctags *.[ch]

I often used $ man ctags

Heinz

Reply to
Heinz-Jürgen Oertel

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.