GNL Function that returns a line read from a file descriptor. Prototype: int get_next_line(const int fd, char **line) A “line” is a succession of characters that end with ’\n’