Libft 42 project
C library for 42.
git clone https://github.com/IT-Krivoshey/Libft.git
- To compile and generate a static C library named libft.a
make
- To remove obj:
make clean
- To remove objects and binary file:
make fclean
- To re-compile:
make re
The main header file - libft.h, which can be included in your source files like this:
#include "libft.h" // include libft functions
This project is licensed under the LGPLv3 License - see the LICENSE file for details.