This project consists of recreating some C standard library functions related to memory management or string manipulation. It also has a bonus that consists of creating linked lists. Furthermore, some extra functions have been added, useful for more advanced projects.
- Nothing needed
make
for normal libftmake bonus
for libft with bonusesmake extras
for libft + bonus + extra functions
- Memory management (C standard library)
- String management (C standard library)
- Linked lists
- C library creation
- Makefile creation