This repository contains some of the standard library C functions. List of available functions is presented in the subject en.subject.pdf
Using Makefile you can create library file libft.a
make
without bonus functions.make bonus
to compile with bonuses.make clean
to clean all object files.make fclean
to clean libft.a and all object files.make re
to recompile the library.