glibc, glib and gnulib

2019-02-02 22:12发布

what are differences in the strength and features in gnulib glib and glibc Thanks!

标签: glibc glib
1条回答
ら.Afraid
2楼-- · 2019-02-02 22:45

glibc is a core C runtime library. It provides things like printf(3) and fopen(3).

glib is an object-based event loop and utility library written in C.

gnulib is a library that provides an adapter from the POSIX API to the native API.

All three are used for completely different tasks.

查看更多
登录 后发表回答