Tester for the get_next_line project of 42 school
-
Updated
Mar 14, 2026 - C++
Tester for the get_next_line project of 42 school
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.
get_next_line is the second project of 42 cursus.
42 São Paulo - get_next_line
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.
best-libft is a sorted and enhanced libft (containing 172 functions with recreated libc functions) useful for 42 projects.
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
[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.
get_next_line (GNL): project focused on file I/O and memory management. The task is to write a single function, get_next_line, that reads from a file descriptor and returns one line at a time. This project requires careful handling of static variables, buffer management, and reading data in chunks to efficiently process files of any size.
Development repo for 42cursus' get_next_line project
Create a function that enables reading content line by line from a file descriptor.
A simple get_next_line project tester.
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.
The definitive tester for 42 School's get_next_line project. Features multi-fd stress testing, dynamic BUFFER_SIZE execution, deep valgrind leak checking, and strict norminette verification.
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 file, it grabs the next line
This project is about programming a function that returns a line read from a file descriptor.
To associate your repository with the gnl topic, visit your repo's landing page and select "manage topics."