Libtt is a library. The first one we created at 42.
Implemented a collection of functions mirroring the behavior of standard libc functions, with names prefixed by 'ft_'. Developed functions such as isalpha, isdigit, strlen, memcpy, calloc, and more, adhering to their defined behavior. Utilized memory management techniques and dynamic allocation using malloc to ensure efficient resource utilization. Designed a Makefile for the project, incorporating compilation flags and rules for building and cleaning the library.
https://www.youtube.com/watch?v=GExnnTaBELk
https://makefiletutorial.com/
https://www.youtube.com/watch?v=DtGrdB8wQ_8
https://www.gnu.org/software/make/manual/make.html#Makefile-Arguments
https://www.gnu.org/software/make/manual/make.html#Goals