igordavoli / 42_cursus_libft

My first c lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_next_line

✨ What's libft 42?

Libft is an individual project at 42 that requires us to re-create some standard C library functions including some additional ones that can be used later to build a library of useful functions for the rest of the program.

At 42 we're not allowed to use some standard libraries on our projects, so we have to keep growing this library with our own functions as we go farther in the program.

About

My first c lib


Languages

Language:C 97.6%Language:Makefile 2.4%