rbiodies / libft

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 99.1%Language:Makefile 0.9%