Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 325 Bytes

libft

this is a Libft project for school 42

$ make //-- assembles the library

$ make clean //-- cleans up working directory

library is provided via the libft.h header file and libft.a archive file, therefore, include "libft.h" and compile source with

$ gcc /source-name.c/ -L /path/to/libft.h/and/libft.a/ -lft

flags