/Libft

Primary LanguageC

Libft - 42 São Paulo

Your very first own library

The first project at 42 Network is implement some built-in functions that C provides because 42 Students can't use a huge part of them but we can implement it and use it after that. The following functions are requested in the official project:

Getting Started

The library that contains all the functions mentioned before will be ready to use after the compilation process. To do so, just use make command at the root of the repository and it will create a libft.afile.

Message to 42 Students

I added some functions that are not in the official project and, therefore, I will have some additional functions and a folder structure different from the one requested.