Your very first own library.
This project is about coding a C library that will be used in future projects. It will contain a lot of useful general purpose functions.
First, clone this repository and cd
into it:
$ git clone https://github.com/Ferskys/libft;
$ cd libft
Compile the library with:
$ make