Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 381 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 381 Bytes

libft

This started as my first project of 42 school.
The goal was to recreate some of the often used functions in C with very limited resources (mostly write and malloc) and create a library of them, that can be reused in future projects.

This by now is a very refined version of that library, which will not pass moulinette anymore, but is way more functional.