<p dir="ltr"><br>
</p>
<p dir="ltr"><br>
On Tue 28 Jul, 2015 21:41 Ahmed Soliman &lt;<a href="mailto:ahmedsoliman0x666@gmail.com">ahmedsoliman0x666@gmail.com</a>&gt; wrote:</p>
<blockquote><p dir="ltr">Hi;<br>
when I used libc I never memorized where each function is located<br>
beyond the basics (for example I never knew if strlen is in string.h<br>
or ctype.h or strlib.h )<br>
I just check out the functions man pages by man strlen<br>
is their such functionality for the kernel where I dont need to<br>
memorize the dependencies for example if MODULE_LICENSE is in kernel.h<br>
or module.h with out using the internel to google them .</p>
<p dir="ltr">______________________________________________</p>
</blockquote>
<blockquote><p dir="ltr"><br>
</p>
</blockquote>
<p dir="ltr"><br>
You can use cscope and/or ctags to jump directly to the symbol definition.</p>
<p dir="ltr"><br>
</p>