codekote


Исходные коды стандартной библиотеки Си

Иногда хочется взглянуть на то, как написан хороший код на Си, чтобы сравнить его со своим кодом, подчерпнуть из него приёмы.

GNU Core Utilities is the union of the GNU fileutils, sh-utils, and textutils packages.

GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems.

musl is an implementation of the C standard library built on top of the Linux system call API, including interfaces defined in the base language standard, POSIX, and widely agreed-upon extensions.

uClibc-ng is a small C library for developing embedded Linux systems.