Get_next_line – Reading a line on a fd is way too tedious
Reading a line on a fd is way too tedious. The aim of this project is to make a function that reads a file and at every call returns a new line from that file. what is get_next_line From a file descriptor get_next_line(const int fd, char **line) will place in a pointer to string line the next line […]