Tester for the get_next_line project of 42 school
-
Updated
Jan 10, 2024 - C++
Tester for the get_next_line project of 42 school
42cursus' get_netx_line project. Begin date 16/aug/2021. Finish date 03/sep/2021. About 40h of total work.
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.
Read a text file line by line.
get_next_line is the second project of 42 cursus.
Instructions on how to use the 42 Cursus Tester.
42 São Paulo - get_next_line
best-libft is a sorted and enhanced libft (containing 172 functions with recreated libc functions) useful for 42 projects.
[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.
This project is about programming a function that returns a line read from a file descriptor.
A simple get_next_line project tester.
Get_Next_Line is a project done for 42Cursus, in 42Lisboa.
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
Development repo for 42cursus' get_next_line project
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.
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
Get the next line of a file
This project is about programming a function that returns a line read from a file descriptor.
Add a description, image, and links to the gnl topic page so that developers can more easily learn about it.
To associate your repository with the gnl topic, visit your repo's landing page and select "manage topics."