Your very first own library
_This project is pretty straight forward. You will recode some of the libc functions and implemented new linked list functions.
For more detailed information, look at the subject of this project.
The function is written in C language and thus needs the gcc
compiler and some standard C libraries to run.
1. Using it in your code
To use the library functions in your code, simply include its header:
#include "libft.h"
You can use this third party tester to fully test the project: