An easy to use testing framework for the 42 projects
Tester for the get_next_line project of 42 school
2nd 42 School Exam
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
Adaptation of the Francinette, for testing projects 42. Works on sessions 42 !
Instructions on how to use the 42 Cursus Tester.
A C function for reading lines from a file without knowing their length in advance, ending at '\n'. Essential for efficient text processing.
42 school get next line tester - 2022
[documented code / -pedantic -std=c89] - Get the next line of text available on a file descriptor. Can be used within a loop to read a file line by line.
Handy function that returns a line, ending with a newline, read from a file descriptor.
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same ...
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.