Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 304 Bytes

libft

Recreating fundamental c functions and grouping it together on a static library libft.a

create libft.a make

recreate libft.a make re

remove all created files make fclean

to use the functions include libft.h on your c file and copile it with libft.a #include "libft.h"