Libft
The basic libc library used in all the 42 school experiments.
À propos
Année2017
ContextÉcole 42 Paris
The very first project at 42. You must create your own C library, which will be used in future projects. It includes re-implementations of standard functions (`memset`, `strcpy`, `atoi`, etc.) and additional utility functions for linked lists and string manipulation. It enforces rigorous coding standards and memory management.