|
发表于 2005-12-13 14:55:34
|
显示全部楼层
The headers included by the source file will be automatically examined by cscope. IMHO, as for investigating the APIs from library, you best bet is to use the `man` page, and it's quite easy in vim: just hit the `K`(shift+k) key under the identifier.
to increase the availability of cscope under vim, there is a handy script for it: `cscompe.vim`. Google the filename, and you will find the download link. |
|