Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 807 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 807 Bytes


Program name Files to turn in Makefile rules External Functions Result
libft.a Makefile, libft.h, *.c, NAME, all, clean, fclean, re, (bonus) malloc, free, write 125/100%

Objective

Write your own library: a collection of functions that will be a useful tool for your cursus.

How to execute

make

or

make bonus

Now you have a file called libft.a, use any funuction of the libft and compile you code with the archive.

gcc | cc | clang [flags] c_program.c libft/libft.a