本文介绍了glibc,glib和gnulib的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
推荐答案
glibc
是核心的C运行时库.它提供了printf(3)
和fopen(3)
之类的东西.
glibc
is a core C runtime library. It provides things like printf(3)
and fopen(3)
.
glib
是用C编写的基于对象的事件循环和实用程序库.
glib
is an object-based event loop and utility library written in C.
gnulib
是一个提供从POSIX API到本机API的适配器的库.
gnulib
is a library that provides an adapter from the POSIX API to the native API.
这三个都用于完全不同的任务.
All three are used for completely different tasks.
这篇关于glibc,glib和gnulib的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!