This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
First, clone this repository and cd
into it:
$ git clone https://github.com/riceset/libft; cd libft
Compile the library with:
$ make
Or use the following command to compile it with the bonus files:
$ make bonus