- A set of tools developed in the very first project at 42 School.
- The replication of some classic functions of the C language.
- You must use the command ar to create your library. Using the libtool command is forbidden.
- Your libft.a has to be created at the root of your repository
- Manipulation of strings
- Memory management
- Pointers
- Linked lists
- Type conversion
- How to create a library