
Get Next Line is a project whitch aims to get the student ready to work with files. Iin it, its mandatory to read a specific number os characters (BUFFER_SIZE), and display in the standard output, the lines readed in from the file.
NOTE
The BUFFER_SIZE value can be passed during the execution of the program, or in a MACRO in the header fileThe program must be able to handle both cases
Its not necessary to turn in a Makefile or a main function
