LIBFT
The purpose of this project is to create own small C library
Clone project
git clone git@github.com:CrsPet/my_libft.git
How to use
- To compile the library, run:
cd my_libft && make
- To use the library in your code
- include its header
#include "libft.h"
- while compiling add the required flags:
-lft -L path/to/libft.a -I path/to/libft.h
The project is written in strict accordance with Norminette codestyle