Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 209 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 209 Bytes

libft

Libft is a library composed of functions to use throughout the 42 cursus.

Libft functions mostly handles strings. (strncmp, strlen, strjoin, ...)

A linked list can be implemented with "make bonus".