Skip to content
Angela Lima edited this page Nov 13, 2022 · 2 revisions

📚 Welcome to the libft wiki!

Introduction

Libft is the first project of 42 Lisbon curriculum. The challenge is to create your first C library, with consists of recreations of already implemented functions and a few original additions too.

Tips

  • RTFM!!!
  • Pay attention to the expected return of the functions
  • Don't forget to test your funtions and protect them if necessary!
Clone this wiki locally