This project is the very first project as a student at 42. I was need to recode a few functions of the C standard library as well as some other utility functions that I will use during my whole cursus.
You can use any function included in the library directly into your file.c by calling it's name and including the archive file during compile.
make libft.a
make bonus
gcc -Wall -Werror -Wextra main.c libft.a
./a.out
- Easy to Use
- Optimized
- Protected against memory leaks
- Treats various conditions
This project is licensed under the MIT License - see the LICENSE.md file for details.