/libft

:books: A few functions of the C standard library as well as some other utility functions

Primary LanguageC

Libft

First part

The aim of the first part is to re-code a set of the libc functions, as defined in their man. Our functions will need to present the same prototype and behaviors as the originals.

Second part

The aim of the second part is to code a set of functions that are either not included in the libc, or included in a different form.

Bonus part

The aim of the bonus part is to code a set of functions that will allow our to easily use our lists.