/GNU_C_Library

Copy of the original glibc

Primary LanguageCGNU General Public License v2.0GPL-2.0

GNU_C_Library

Copy of the original glibc

The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel.

Get the original sources

https://www.gnu.org/software/libc/libc.html

Download sources Checkout the latest glibc in development:

git clone git://sourceware.org/git/glibc.git
cd glibc
git checkout master

This repo contains only the copy of the original functions (glibc 2.32) mentioned on Libft (42_Roma).