/libft

Rewriting some C standard functions.

Primary LanguageC

libft: this is a project from École 42

Library name:

libft

Description:

It's some C standard functions rewritten and some other additional ones

Obs.:

The goal of this project is to ensure that you've learned the basics of C language and to learn how to compile yout first library with a Makefile There's a bunch of functions in here, such as:

ft_calloc
ft_itoa
ft_strlen
ft_substr

And many others!