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. This version of Libft also includes ft_printf and get_next_line projects.
First, clone this repository and cd
into it:
$ git clone https://github.com/0xEDU/libft; cd libft
Compile the library with:
$ make