-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Angela Lima edited this page Nov 13, 2022
·
2 revisions
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.
- RTFM!!!
- Pay attention to the expected return of the functions
- Don't forget to test your funtions and protect them if necessary!