/libft

My first project at 1337 school

Primary LanguageC

42-Cursus

This is my private repository for 42 Projects/libft.

Libft...a library with a lot of useful function. For Makefile : make | create library and object files. make clean | delete object files. make fclean | delete the library and the object files. make bonus | add BONUS FUNCTIONS to the library.