Summary • How It Work • License
This project is about rewriting some useful standard functions, such as strlen(), memset() or atoi(), and some extra ones.
Why ? Because at 42, we are only allowed to use certain existing functions, and have to write the other ones needed.
This project is part of 42 Paris' curriculum. You can check the full subject in the subject pdf included in this repo.
Clone this GitHub repos
git clone https://github.com/ThomasRobertson/42-libft
Use the provided Makefile to compile to static library (using the system's cc)
make
MIT