-- @ 42 lisbon
❗ Modified after submit.
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
unix / macOS
git clone https://github.com/Rafael2sf/libft.git libft
and cd libft/src
make libft.a
make bonus
- Build the makefile and libft.h so its easier to compile your code and test as you go
- Read the 'man' if there is one
- In most cases you can choose to protect your functions from null pointers or not