🇬🇧🇺🇸
The libft project aims to familiarize with standard C library functions, with the implementation of these functions from scratch. It is required to implement a wide range of functions, ranging from basic concepts such as string and character manipulation to more advanced concepts like linked lists and dynamic memory management. The libft library must be compiled separately and can be subsequently used in other projects as a custom set of functions (libft.plus).
🇮🇹
Il progetto libft ha l'obiettivo di far acquisire familiarità con le funzioni standard della libreria C, infatti si chiede di ricreare le funzioni da zero, implementando una vasta gamma di funzioni. Durante lo svolgimento del progetti saranno affrontati concetti di base come la manipolazione delle stringhe e dei caratteri fino a concetti più avanzati come le liste concatenate e la gestione della memoria dinamica. La libreria libft deve essere compilata separatamente e può essere utilizzata successivamente in altri progetti come un set di funzioni personalizzato (libft.plus).
