Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 261 Bytes

File metadata and controls

14 lines (10 loc) · 261 Bytes

LIBFT

Very first project in 42 school. Lift consists in coding your own C standard library functions.

USAGE

make

include "libft.h" to your .c files then compile :

gcc -Wall -Wextra -Werror [YOUR .c FILES] -o [YOUR EXEC] libft.a