Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.14 KB

get_next_line

{EPITECH} | First year | Elementary programming in C project

The goal of this project is to write a function that returns a read line from a file descriptor. If there are no more lines to return, or if there is an error during the reading, the function will come back NULL.

See the subject for further details !

========================

1st semester Elementary programming in C (part II) unit

doesn't really work properly...

Grade : C | Mark : 1.5

Category Percentage Tests Crash ?
Static / Buffering 0% 0/3 Yes (1)
Basic READ_SIZE and buffer handling 0% 0/3 x
Test with READ_SIZE 0% 0/5 x
Special cases 25% 1/4 x
Error handling 100% 2/2 x
Buffer manipulation (one read) 20% 1/5 x
End scores 18.2% 4/22 Yes (1)

Beware of -42 Epitech students !!!