glibcs
Glibcs is an informal term referring to the GNU C Library, commonly known as glibc. It is the standard C library used by GNU/Linux systems and many other Unix-like platforms. Glibc provides the runtime for C programs, including standard C library functions (such as printf and malloc), POSIX interfaces (threads, signals, I/O), and various Linux-specific wrappers. It also includes components for localization, dynamic linking, and threading support.
Developed and maintained by the GNU project, glibc is released under the GNU Lesser General Public License
Impact and maintenance: glibc evolves through regular releases that add features, improve performance, and address security