This project is about programming a function that returns a line
read from a file descriptor.
English Subject
|
Sujet en Francais
get_next_line with bonus.
get_next_line
├── README.md
├── assets
│ ├── en.subject.pdf
│ ├── final grade.png
│ └── fr.subject.pdf
├── get_next_line.c
├── get_next_line.h
├── get_next_line_bonus.c
├── get_next_line_bonus.h
├── get_next_line_utils.c
└── get_next_line_utils_bonus.c
llecoq