在哪里可以浏览libc的源代码(如doxygen) [英] Where can I browse the sourcecode for libc online (like doxygen)

查看:206
本文介绍了在哪里可以浏览libc的源代码(如doxygen)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有时我想查找stdlib中的函数的实现,我已经下载了源代码,但是它很麻烦。

Sometimes I want to look up the implementations of functions in the stdlib, I've downloaded the sourcecode, but it's quite messy.

只是贪婪不是很合适因为很多命中。

Just greping is not really suitable because of the many hits.

有没有人知道一个具有文档的网页doxygen风格。

Does anyone know a webpage doxygen style that has the documentation.

去做linux内核。

谢谢

推荐答案

对于libc文档,href =http://developer.novell.com/wiki/index.php/Libraries_for_C_(LibC)_Documentation =nofollow noreferrer>这个?也许这个为内核?还有Google Code搜索; 这里是一个示例搜索。

How about this for libc documentation? And perhaps this for the kernel? There is also Google Code search; here is an example search.

有关 Google代码搜索的详细信息,可以输入如下所示的搜索查询:package:linux-2.6 malloc for any在linux-2.6内核中引用malloc。

More on Google Code Search You can enter search queries like this: package:linux-2.6 malloc for any references to malloc in the linux-2.6 kernel.

编辑:Google代码搜索现在已关闭。但是您可以访问 http:/ /git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git ,它也有搜索。

Google Code search is now shut down. But you can access the git repo at http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git and it has search as well.

这篇关于在哪里可以浏览libc的源代码(如doxygen)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆