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.