Libft is the 1st project of the Common Core curriculum at 42. It's about coding a C library: specifically, recoding a few functions of the C standard library, as well as some other utility functions.
-
Clone repository
git clone git@github.com:teresa-chow/42-libft.git
-
Go inside project directory and run
make
cd libft make
-
To use the library in your code,
#include
the following header#include "libft.h"