/get_next_line

42-Cursus get_next_line project, subject.pdf x project guidelines included

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

This is my "get_next_line" project for Ecolé 42. get_next_line aims reading line by line from a "file descriptor". File descriptor is a pointer to a file to accessing this file and manipulating or reading it.

Topics covered in get_next_line:

-Static variables -read() function -BUFFER type and BUFFER_SIZE -free() and malloc() functions. -file descriptors alias fd