在哪里可以下载 stdlib.h 中声明的函数的源代码?

发布于 2024-12-13 15:54:44 字数 66 浏览 0 评论 0原文

在哪里可以下载 stdlib.h 的最新或标准库的源代码?我想看看那些函数是如何实现的,比如atoi、strtol等?

Where can I download the source code of the latest or standard library for stdlib.h? I would like to see how are those functions are implemented, such as atoi, strtol, etc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

穿越时光隧道 2024-12-20 15:54:44

我的建议是您查看 GNU C 库源代码。您可以在这里下载:http://www.gnu.org/s/libc/

My suggestion would be that you check out the GNU C Library source code for this. You can download it here: http://www.gnu.org/s/libc/

不爱素颜 2024-12-20 15:54:44

那是在 libc 中,例如 glibc、dietlibc 等。检查您的操作系统以查看它使用哪个 libc,以及在哪里(如果)可以下载其源代码。

That is in the libc, such as glibc, dietlibc, etc. Check your OS to see which libc it uses, and where (if) you can download its source.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文