Glibc

From LQWiki
Jump to navigation Jump to search

glibc is a package that contains the standard C libraries as distributed by GNU. glibc is a standard part of almost any Linux system, as without it you could not compile C source code unless you wanted to define "printf" and other basic functions from scratch, or rely completely on kernel system calls (which destroys portability).

See also