The most important function here is ft_readline, because it is the most simple version of the get_next_line.
In this example i made a main function that is just a simple "cat" program, that reads a file until the end, if no
file is specified it will read the stdin.
$ make readline