Important
3rd project of the 42 cursus.
This project is about coding a function that returns a line read from a file descriptor.
With this project I Implemented some of the clean code concepts:
- each function has a one role, one purpose
- code is maintainable
- Manipulating files
- Dynamic memory allocation
- Modular design