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
2nd 42 School Exam
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.
42 Exam Rank 03
Read a text file line by line.
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.
'School 42' project. C library with my own implementation of some useful functions and modules.
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.
[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
get_next_line made easy
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
This is my get_next_line function implementation
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.
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."