The libft project is a custom implementation of essential C Standard Library functions, developed as part of the 42 School curriculum. It serves as the ground level for code interpretation of basic functions, memory management and overall low-level programming in C.
This project showcases approximately 43 functions that the school believes are necessary for developing future projects.
โจ Features
โ Implements replicated functions of the stardard C library.
โ Includes extra functions on string manipulation, memory management and linked lists.
โ Streamlines the importing process as a helper library for future projects.
โ Easy and flexible updates for future added functions.