This library is a collection of custom C functions that provide commonly used functionalities. At 42, we like to create our own solutions 😎, and this library reflects that! We will be using the functions here in almost all of our next projects.
make // This will compile the mandatory part
make bonus // This will compile the bonus part
Simply include this header inside your file to access the function
#include "libft.h"
To test your code you can use this following git repository: