Project 2 - Get Next Line - Second project for the formation of software engineers at school 42 São Paulo
- The aim of this project is to make we code a function that returns a line, read from a file descriptor.
- In the first part, i coded a set of the functions to read the file descriptor.
- In the second part (bonus), I coded a set of functions to read more than one file descriptor.
get_next_line.c
- read the file descriptor.get_next_line_utils.c
- auxiliary functions for GNL. (functions were done in the first project - Libft).
get_next_line_bonus.c
- read file descriptors.get_next_line_utils_bonus.c
- auxiliary functions for GNL_bonus. (functions were done in the first project - Libft).