标准C语言库 Glibc
jopen
13年前
Glibc 是提供系统调用和基本函数的 C 库,比如open, malloc, printf等等。所有动态连接的程序都要用到它。 <br /> <br /> Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... <br /> <br /> <br /> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324994224139" target="_blank">http://www.open-open.com/lib/view/home/1324994224139</a></p>