Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 209 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 209 Bytes

libft

A static library for string and memory manipulation. Recreating basic string and memory functions from string.h, ctype.h, stdlib.h using basic funtions from stdlib.h and unistd.h to learn basics of C.