Tester for the get_next_line project of 42 school
-
Updated
Jun 10, 2025 - 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.
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
get_next_line is the second project of 42 cursus.
Proyectos del campus 42 Málaga
My diarrhea inducing get_next_line. Questionnably complies with 42born2code's norm.
The projects in this repository are carried out in the common core process of 42 schools.
The goal of this project is to create the function get_next_line.c which, when called in a loop, will then allow the available text in the file descriptor to be read one line at a time until the end of the file. The program must compile with the flag-D BUFFER_SIZE=xx which will be used as the buffer size for the read calls in get_next_line.
'School 42' project. C library with my own implementation of some useful functions and modules.
[42 Madrid] Reading a line on a fd is way too tedious
A C function that reads any valid file line by line - @42sp Project
The aim of this 42 project is to make us code a function that returns a line, read from a file descriptor.
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
get_next_line made easy
This is my get_next_line function implementation
42: get next line
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
Add a description, image, and links to the get-next-line topic page so that developers can more easily learn about it.
To associate your repository with the get-next-line topic, visit your repo's landing page and select "manage topics."