The goal of the project is to create a library of useful functions that can be used in future projects. The library contains functions for manipulating strings, memory, and lists, as well as other common programming tasks.
Clone the repository:
git clone https://github.com/s-sergiu/Libft.git
Cd into the directory:
cd Libft
Use make to compile the static library (libft.a):
make