Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 219 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 219 Bytes

Llibft

first project at 42 school

Using the project To compile, run make This will compile librarie : libft.a . Compile projects with the libraries to use the functions.

#gcc -Wall -Werror -Wextra main.c libft.a